[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Update SLAAC Profile
DescriptionCreates a SLAAC profile or updates the existing one if it already exists.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/slaacProfile
Path Parameters
Path Parameters
string
gatewayId
Required
Request Body
Request Body
SLAACProfile
of type(s) application/json
Required
{
"dnsConfig": {
"dnsServerIpv6Addresses": [
"string"
],
"domainNames": [
"string"
]
},
"enabled": false,
"mode": "string"
}
boolean
enabled
Optional
A flag indicating whether or not this profile is enabled.
string
mode
Optional
Represents the various modes with which to configure SLAAC with. Supported values are SLAAC and DHCPv6.
Authentication
This operation uses the following authentication methods.
Errors
Error
400
Invalid configuration.
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"dnsConfig":{"dnsServerIpv6Addresses":["string"],"domainNames":["string"]},"enabled":false,"mode":"string"}' https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/slaacProfile
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0