Skip to main content
Version: latest

Updates the specified vSphere DNS mapping

PUT 

https://api.spectrocloud.com/v1/users/assets/vsphere/dnsMappings/:uid

Updates the specified vSphere DNS mapping

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
Body
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-29T15:51:28.071Z",
"deletionTimestamp": "2024-07-29T15:51:28.071Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-29T15:51:28.071Z",
"name": "string",
"uid": "string"
},
"spec": {
"datacenter": "string",
"dnsName": "string",
"network": "string",
"privateGatewayUid": "string"
}
}