Create Service App
DescriptionCreate a VMware service app
Request
URLURL
Request Body
{}
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
201 Created
{
"authorizationUrl": "https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize"
}
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
Errors
Invalid configuration.