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

Description

Creates a SLAAC profile or updates the existing one if it already exists.

Request

Request

URL

URL


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

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"
}
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.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

Errors

Errors

Error
400

Invalid configuration.

Code Samples

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

Was this page helpful?