Get Paged Service Definition Orgs

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) ✔️
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/csp/gateway/slc/api/v2/definitions/{serviceDefinitionId}/orgs
COPY
Path Parameters
string
serviceDefinitionId
Required

serviceDefinitionId

Query Parameters
integer
pageStart
Optional
Constraints: default: 0

pageStart

integer
pageLimit
Optional
Constraints: default: 128

pageLimit


Authentication
This operation uses the following authentication methods.
Responses
200

OK

{
    "results": [
        {
            "name": "string",
            "displayName": "string",
            "metadata": {
                "metadata": "string"
            },
            "orgId": "string",
            "parentOrgId": "string"
        }
    ],
    "nextLink": "string",
    "prevLink": "string",
    "totalResults": 0
}
array of object
results
Optional

The list of results.

string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

integer As int64 As int64
totalResults
Optional

The total number of results on all pages.


401

The user is not authorized to use the API.

"PagedResponseServiceDefinitionOrgResponse Object"
array of object
results
Optional

The list of results.

string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

integer As int64 As int64
totalResults
Optional

The total number of results on all pages.


404

The service definition is not found.

"PagedResponseServiceDefinitionOrgResponse Object"
array of object
results
Optional

The list of results.

string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

integer As int64 As int64
totalResults
Optional

The total number of results on all pages.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/slc/api/v2/definitions/{serviceDefinitionId}/orgs