[{"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

Description

Retrieves the SLAAC profile on the edge gateway.

Request

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/slaacProfile
Copy

Path Parameters

Path Parameters

string
gatewayId Required

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SLAACProfile of type(s) application/json;version=36.3
{
	"dnsConfig": {
		"dnsServerIpv6Addresses": [
			"string"
		],
		"domainNames": [
			"string"
		]
	},
	"enabled": false,
	"mode": "string"
}
dnsConfig Optional

The DNS settings for this SLAAC profile.


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

Errors

Error
400

Invalid configuration.

Code Samples

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
Edge Gateway SLAAC Profile Operations
Feedback

Was this page helpful?