Create Service App
DescriptionCreate a VMware service app
Request
URLURL
Request Body
{
"clientId": "string",
"clientSecret": "string",
"name": "string",
"serviceScope": "enum"
}
The name of the service application
The client ID
The client secret
The read-only expiration date of the access token.
The authorization URL for the application.
Whether the application is currently enabled.
The unique ID for the service application. This field is read-only.
The read-only time-to-live of the access token in seconds.
The external organization id of the service application
Authentication
Response
Response BodyResponse Body
{
"accessTokenExpiration": "string",
"accessTokenTTL": 0,
"authorizationUrl": "https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize",
"clientId": "string",
"clientSecret": "string",
"enabled": false,
"id": "string",
"name": "string",
"orgId": "string",
"serviceScope": "enum"
}
The name of the service application
The client ID
The client secret
The read-only expiration date of the access token.
The authorization URL for the application.
Whether the application is currently enabled.
The unique ID for the service application. This field is read-only.
The read-only time-to-live of the access token in seconds.
The external organization id of the service application