[{"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 VDC Network Profile

Description

Updates the vDC Network Profile.

Request

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}/networkProfile
Copy

Path Parameters

Path Parameters

string
orgVdcId Required

Request Body

Request Body

VdcNetworkProfile of type(s) application/json Required
{
	"primaryEdgeCluster": {
		"id": "string",
		"name": "string"
	},
	"secondaryEdgeCluster": {
		"id": "string",
		"name": "string"
	},
	"servicesEdgeCluster": {
		"backingId": "string",
		"edgeClusterRef": {
			"id": "string",
			"name": "string"
		}
	},
	"vappNetworkSegmentProfileTemplateRef": {
		"id": "string",
		"name": "string"
	},
	"vdcNetworkSegmentProfileTemplateRef": {
		"id": "string",
		"name": "string"
	}
}
primaryEdgeCluster Optional

The Edge Cluster where the primary appliance for an NSX-V Edge Gateway will be deployed.


secondaryEdgeCluster Optional

The Edge Cluster where the secondary appliance for an NSX-V Edge Gateway will be deployed if HA is enabled on the Edge.


servicesEdgeCluster Optional

The Edge Cluster where the DHCP server profile will be stored for NSX-T networks using NETWORK mode DHCP.


vappNetworkSegmentProfileTemplateRef Optional

The vApp Network Segment Profile Template that is to be used when any new vApp Network is created under this VDC. Setting this will override any global level vApp Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.


vdcNetworkSegmentProfileTemplateRef Optional

The Org vDC Network Segment Profile Template that is to be used when any new Org vDC Network is created under this VDC. Setting this will override any global level Org vDC Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.

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 '{"primaryEdgeCluster":{"id":"string","name":"string"},"secondaryEdgeCluster":{"id":"string","name":"string"},"servicesEdgeCluster":{"backingId":"string","edgeClusterRef":{"id":"string","name":"string"}},"vappNetworkSegmentProfileTemplateRef":{"id":"string","name":"string"},"vdcNetworkSegmentProfileTemplateRef":{"id":"string","name":"string"}}' https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}/networkProfile


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

Was this page helpful?