VPP License Management

APIs for managing VPP License of apps

Get VPP License List

API to get list of vpp licenses with the given VPP token

SecurityapiKey04
Responses
200

Success

401

Unauthorized

500

Internal Server Error

get/apps/v0/vpp
Request samples
Response samples
application/json
{
  • "code": 200,
  • "message": "string",
  • "content": {
    }
}

Get VPP License Info about an App

API to get info of vpp license of the given App

SecurityapiKey04
Request
path Parameters
appId
required
integer
Responses
200

Success

401

Unauthorized

500

Internal Server Error

get/apps/v0/vpp/{appId}
Request samples
Response samples
application/json
{
  • "code": 200,
  • "message": "string",
  • "content": {
    }
}