Get All Service Definitions
Get all service definitions.
Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/slc/api/definitions
COPY
Query Parameters
string
orgLink
Optional
orgLink
boolean
expand
Optional
expand
Responses
200
default response
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
Service Definition Controller Operations
GET
Get All Service Definitions