Check Networks NSX Edges Compatibility
Returns a list of Edges matching the given filter and their compatibility information.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Specification of matching Edges for which information should be returned. If unset, the behavior is equivalent to a given filter with all fields unset which means all Edges will be returned.
{
"distributed_switch": [
"string"
]
}
Distributed switch UUID criteria. If distributed switches identifiers are specified, they will be used to filter the Edges. To obtain the available distributed switch UUIDs, use: DistributedSwitches.list. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: vSphereDistributedSwitch. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: vSphereDistributedSwitch.
Compatibility criteria. If true, only Edges which are compatible with vSphere Namespaces will be returned. If false, only Edges incompatible with vSphere Namespaces will be returned. If unset, both compatible and incompatible Edges will be returned.
Authentication
Response
Response BodyResponse Body
array
of
NamespaceManagementNetworksNsxEdgesCompatibilitySummary
of type application/json
List of Edge compatibility summaries matching the given filter.
[
{
"compatible": false,
"edge_cluster": "string",
"incompatibility_reasons": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": {
"key": {
"d": 0,
"dt": "string",
"format": "SHORT_DATE",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
}
],
"name": "string"
}
]
Compatibility of this Edge with vSphere Namespaces.
Identifier of the Edge. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: NSXEdgeCluster. When operations return a value of this structure as a result, the field will be an identifier for the resource type: NSXEdgeCluster.
List of reasons for incompatibility. If empty, this Edge is compatible.
User-friendly identifier of the Edge.
Errors
com.vmware.vapi.std.errors.invalid_argument : if one or more fields of the given filter is incorrect.
com.vmware.vapi.std.errors.unauthorized : if the user does not have System.Read privilege.
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
PowerCLI Client SDK All Parameters Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: check