[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get SDDC Template

Description

Get configuration template by given template id.

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates/{templateId}
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
templateId Required

SDDC Template identifier


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SddcTemplate of type(s) application/json
This response body class contains all of the following: AbstractEntity, InlineSddcTemplate1
Errors

Errors

401

Unauthorized


403

Forbidden


ErrorResponse
404

Cannot find the SDDC Template with given identifier

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-OrgsOrgSddcTemplatesTemplateIdGet -Org "MyOrg" -TemplateId "MyTemplateId"

cURL Command

curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddc-templates/{templateId}
Vendor Extensions

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
Feedback

Was this page helpful?