Get Org Distributed Usage Using GET
API code: GET-ORG-DISTRIBUTED-USAGE
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/org-dist-usage
COPY
Responses
200
OK
Returns
OrgUsageDist
of type(s)
application/json
{
"number_of_published": 0,
"number_of_used": 0
}
integer As int32
As int32
number_of_published
Optional
number_of_published
integer As int32
As int32
number_of_used
Optional
number_of_used
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/org-dist-usage