Retrieve network connectivity of adapter port to connected switch port for a server specified by the id of the server
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The /compute-ops
prefix is deprecated
and might become unresponsive after Tuesday, April 1, 2025. The Guide
provides more information about this change.
Server's network connectivity Data
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "offset": 0,
- "count": 1,
- "total": 12,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "compute-ops-mgmt/server/tor-port-mapping",
- "generation": 1,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "serverId": "string",
- "portMac": "string",
- "clientState": { },
- "portLastConnectedAt": "2019-08-24T14:15:22Z",
- "portConnectivityState": { },
- "switchPortAdminState": { },
- "switchPortLinkStatus": { },
- "switchPort": "string",
- "switchPortSpeed": "string",
- "switchPortNativeVlan": "string",
- "switchPortVlans": "string",
- "switchName": "string",
- "switchModel": "string",
- "switchSerialNumber": "string",
- "switchStatus": { },
- "switchSite": "string",
- "switchGroupName": "string",
- "switchFwVersion": "string",
- "switchIpAddress": "string"
}
]
}