v1

latestOpenAPI 3.0.1raw.githubusercontent.com2024-10-113944112.8 KB
Function Management

Get Function Version Details

Retrieves detailed information of the specified function version in the authenticated NVIDIA Cloud Account. Requires either a bearer token or an api-key with 'list_functions' or 'list_functions_details' scopes in the HTTP Authorization header.

get/v2/nvcf/functions/{functionId}/versions/{functionVersionId}

Path parameters

functionIdstring uuid required

Function id

functionVersionIdstring uuid required

Version id

Response

OK

Example response

{
  "function": {
    "health": {
      "timeout": "PT10S"
    }
  }
}