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

Update DNS Private

Description

Update the DNS records of management VMs to use private IP addresses

Request

Request

URL

URL


put
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/dns/private
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
sddc Required

Sddc identifier


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

202 Accepted

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

Errors

ErrorResponse
400

The sddc is not in a state that’s valid for updates or invalid body


401

Unauthorized


403

Forbidden

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-OrgsOrgSddcsSddcDnsPrivatePut -Org "MyOrg" -Sddc "MySddc"

PowerCLI Client SDK Example

Invoke-OrgsOrgSddcsSddcDnsPrivatePut -Org "MyOrg" -Sddc "MySddc"

cURL Command

curl -X PUT https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/dns/private
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: dns-private
x-vmw-vapi-methodname: update


Feedback

Was this page helpful?