Get App Distributed Usage Using GET
API code: GET-APP-DISTRIBUTED-USAGE
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/app-dist-usage
COPY
Responses
200
OK
Returns
AppUsageDist
of type(s)
application/json
{
"number_of_active_container_apps": 0,
"number_of_active_vm_apps": 0,
"number_of_available_container_apps": 0,
"number_of_available_vm_apps": 0,
"number_of_legacy_apps": 0
}
integer As int32
As int32
number_of_active_container_apps
Optional
number_of_active_container_apps
integer As int32
As int32
number_of_active_vm_apps
Optional
number_of_active_vm_apps
integer As int32
As int32
number_of_available_container_apps
Optional
number_of_available_container_apps
integer As int32
As int32
number_of_available_vm_apps
Optional
number_of_available_vm_apps
integer As int32
As int32
number_of_legacy_apps
Optional
number_of_legacy_apps
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/app-dist-usage