[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get SDDC Template
DescriptionGet configuration template for an SDDC
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/sddc-template
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
SddcTemplate
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineSddcTemplate1
Errors
400
SDDC is in a state that cannot be use for generating configuration template
401
Unauthorized
403
Forbidden
ErrorResponse
404
Cannot find the SDDC with given identifier
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcSddcTemplateGet -Org "MyOrg" -Sddc "MySddc"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/sddc-template
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: sddc-template
x-vmw-vapi-methodname: get
[{"label":"Latest (v1.1)","version":"latest"}]
vmc