[{"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
Get SLAAC Profile
DescriptionRetrieves the SLAAC profile on the edge gateway.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/slaacProfile
Path Parameters
Path Parameters
string
gatewayId
Required
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
SLAACProfile
of type(s) application/json;version=36.3
{
"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.
Errors
Error
400
Invalid configuration.
Code Samples
cURL Command
curl 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