v1

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

List Functions

Lists all the functions associated with 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

Query parameters

visibilitystring[]

Query param 'visibility' indicates the kind of functions to be included in the response.

Response

OK

Example response

{
  "functions": [
    {
      "health": {
        "timeout": "PT10S"
      }
    }
  ]
}