Changed1
[{"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 Network Segment Profiles

Description

Retrieves the segment profiles configured for an Org vDC Network.

Request

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/orgVdcNetworks/{vdcNetworkId}/segmentProfiles
Copy

Path Parameters

Path Parameters

string
vdcNetworkId Required

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns VdcNetworkSegmentProfileConfig of type(s) application/json;version=37.0
{
	"ipDiscoveryProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"macDiscoveryProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"qosProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"segmentProfileTemplate": {
		"source": "string",
		"templateRef": {
			"id": "string",
			"name": "string"
		}
	},
	"segmentSecurityProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"spoofGuardProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	}
}
ipDiscoveryProfile Optional

The IP Discovery profile. Defines how the segment discovers IP addresses.


macDiscoveryProfile Optional

The MAC Discovery profile. Defines how the segment discovers MAC addresses.


qosProfile Optional

The Quality of Service (QoS) profile.


segmentProfileTemplate Optional

Reference to the Segment Profile Template that is used when creating/updating this network. This reference will be returned if the original template still exists and all of the segment profiles on the network match exactly with the profiles configured on the template.


segmentSecurityProfile Optional

The Segment Security profile. Enables stateless L2 and L3 security on the segment.


spoofGuardProfile Optional

The Spoof Guard profile.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/1.0.0/orgVdcNetworks/{vdcNetworkId}/segmentProfiles


[{"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
What's changed in v37.0?
INTRODUCED
Feedback

Was this page helpful?