Get All Service Definitions

Get All Service Definitions

This API has no analogue in Tenant Manager

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/definitions
COPY
Query Parameters
string
orgLink
Optional

orgLink

string
expand
Optional

expand


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns AllServiceDefinitionsResponse of type(s) */*
{
    "serviceDefinitionLinks": [
        "string"
    ],
    "results": [
        {
            "name": "string",
            "displayName": "string",
            "descriptionLong": "string",
            "isGated": false,
            "visible": false,
            "serviceUrls": {
                "offerConfiguration": "string",
                "serviceHome": "string",
                "requestAccess": "string"
            },
            "serviceRoles": [
                "ServiceRoleResponse Object"
            ],
            "organizationLink": "string",
            "documentSelfLink": "string",
            "healthCheckURL": "string",
            "serviceIcon": "string",
            "serviceNavBarIcon": "string",
            "isPrimary": false,
            "isBeta": false
        }
    ]
}
array of string
serviceDefinitionLinks
Optional

serviceDefinitionLinks

array of object
results
Optional

The list of results.


401

The user is not authorized to use the API.

Returns AllServiceDefinitionsResponse of type(s) */*
"AllServiceDefinitionsResponse Object"
array of string
serviceDefinitionLinks
Optional

serviceDefinitionLinks

array of object
results
Optional

The list of results.


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