NSX-T Data Center REST API

Read a third party IPAM provider connection status

Read third party IPAM provider connection status with given Id.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/connection-status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/third-party-ipam-providers//connection-status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpamThirdPartyProviderConnectionInfo+

Example Response:

{ "connection_status": "SUCCESS" }

Required Permissions:

read

Feature:

third_party_ipam

Additional Errors: