NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List BfdProfilesPaginated list of all BfdProfiles. |
GET /global-manager/api/v1/global-infra/bfd-profiles
|
Delete BFD Config and all the entities contained by this BfdProfileDelete BFD Config and all the entities contained by this BfdProfile. |
DELETE /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Read a BfdProfileRead a BfdProfile. |
GET /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Create or update a BfdProfileIf a BfdProfile with the bfd-profile-id is not already present, create a new BfdProfile. If it already exists, update the BfdProfile. This operation will fully replace the object. |
PATCH /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Create or update a BfdProfileIf a BfdProfile with the bfd-profile-id is not already present, create a new BfdProfile. If it already exists, update the BfdProfile. This operation will fully replace the object. |
PUT /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Read the constraint global configurationRead the constraint global configuration |
GET /global-manager/api/v1/global-infra/constraint-global-config
|
Update the constraint global configurationUpdate the constraint global configuration |
PATCH /global-manager/api/v1/global-infra/constraint-global-config
|
Update the constraint global configurationUpdate the constraint global configuration |
PUT /global-manager/api/v1/global-infra/constraint-global-config
|
Create or Update Evpn Tenant ConfigurationCreate a global evpn tenant configuration if it is not already present, otherwise update the evpn tenant configuration. |
PATCH /global-manager/api/v1/global-infra/evpn-tenant-configs/{config-id}
|
Create or Update Evpn Tenant ConfigurationCreate or update Evpn Tenant configuration. |
PUT /global-manager/api/v1/global-infra/evpn-tenant-configs/{config-id}
|
List all gateway QoS profilesPaginated list of all gateway QoS profle instances |
GET /global-manager/api/v1/global-infra/gateway-qos-profiles
|
Delete gateway QoS profileDelete QoS profile |
DELETE /global-manager/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
|
Read gateway QoS profileRead gateway QoS profile |
GET /global-manager/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
|
Create or update Gateway QoS profileIf profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, update the gateway QoS profile instance with specified attributes. |
PATCH /global-manager/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
|
Create or update Gateway QoS profileIf profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, replace the gateway QoS profile instance with this object. |
PUT /global-manager/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
|
List all IPv6 DAD profilesPaginated list of all IPv6 DAD profile instances |
GET /global-manager/api/v1/global-infra/ipv6-dad-profiles
|
Delete IPv6 DAD profileDelete IPv6 DAD profile |
DELETE /global-manager/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
|
Read IPv6 DAD profileRead IPv6 DAD profile |
GET /global-manager/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
|
Create or update IPv6 DAD profileIf profile with the dad-profile-id is not already present, create a new IPv6 DAD profile instance. If it already exists, update the IPv6 DAD profile instance with specified attributes. |
PATCH /global-manager/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
|
Create or update IPv6 DAD profileIf profile with the dad-profile-id is not already present, create a new IPv6 DAD profile instance. If it already exists, replace the IPv6 DAD profile instance with this object. |
PUT /global-manager/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
|
List all IPv6 NDRA profilesPaginated list of all IPv6 NDRA profile instances |
GET /global-manager/api/v1/global-infra/ipv6-ndra-profiles
|
Delete IPv6 NDRA profileDelete IPv6 NDRA profile |
DELETE /global-manager/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
|
Read IPv6 NDRA profileRead IPv6 NDRA profile |
GET /global-manager/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
|
Create or update IPv6 NDRA profileIf profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, update the IPv6 NDRA profile instance with specified attributes. |
PATCH /global-manager/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
|
Create or update IPv6 NDRA profileIf profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, replace the IPv6 NDRA profile instance with this object. |
PUT /global-manager/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
|
Read security global configurationThis reads the security-global-config used for NSX Manager appliance certificates. These properties are not sent to the hosts. |
GET /global-manager/api/v1/global-infra/security-global-config
|
Update the security global configurationThis updates the security-global-config used for NSX Manager appliance certificates. These properties are not sent to the hosts. |
PUT /global-manager/api/v1/global-infra/security-global-config
|
List Policy Transport Zone ProfilesAPI will list all Policy Transport Zone Profiles. |
GET /global-manager/api/v1/global-infra/transport-zone-profiles
|
Get Policy Transport Zone ProfileAPI will fetch Policy Transport Zone Profile. |
GET /global-manager/api/v1/global-infra/transport-zone-profiles/{tz-profile-id}
|