[{"label":"Latest (v1.1)","version":"latest"}]
vmc
List SDDC Templates
DescriptionList all available SDDC configuration templates in an organization
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates
Path Parameters
Path Parameters
string
org
Required
Organization identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
SddcTemplate
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineSddcTemplate1
Errors
401
Unauthorized
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcTemplatesGet -Org "MyOrg"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: sddc-templates
x-vmw-vapi-methodname: list
[{"label":"Latest (v1.1)","version":"latest"}]
vmc