List Cloud Providers
Get enabled cloud providers for an organization
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/providers
Parameters
Parameters
string
org
Required
Organization identifier
Response
Response
Response BodyResponse Body
200 OK returns
array
of
AwsCloudProvider
{
"provider": "string",
"regions": [
"string"
]
}
string
provider
Required
Name of the Cloud Provider
array of
string
regions
Optional
Not available
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/providers
Errors
Not available
401
The request requires user authentication.
Not available
403
The server understood the request, but is refusing to fulfill it.
404
The requested resource could not be found but may be available again in the future.