Get Paged Service Definition Orgs
This API has no analogue in Tenant Manager
Currently all organizations have access to all of the service definitions.
Access Policy
Role | Access |
---|---|
Platform operator | ✔️ |
Organization Owner | ❌ |
Organization Member | ❌ |
Service Account (Whitelisted Client) | ✔️ |
serviceDefinitionId
pageStart
pageLimit
OK
{
"results": [
{
"name": "string",
"displayName": "string",
"metadata": {
"metadata": "string"
},
"orgId": "string",
"parentOrgId": "string"
}
],
"nextLink": "string",
"prevLink": "string",
"totalResults": 0
}
The list of results.
URL to the next page of results.
URL to the previous page of result.
The total number of results on all pages.
The user is not authorized to use the API.
"PagedResponseServiceDefinitionOrgResponse Object"
The list of results.
URL to the next page of results.
URL to the previous page of result.
The total number of results on all pages.
The service definition is not found.
"PagedResponseServiceDefinitionOrgResponse Object"
The list of results.
URL to the next page of results.
URL to the previous page of result.
The total number of results on all pages.
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/slc/api/v2/definitions/{serviceDefinitionId}/orgs