NSX-T Data Center REST API

Associated URIs:

API Description API Path

List VPC Connectivity Profiles


List VPC Connectivity Profiles.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles

Delete VPC Connectivity Profile


Deletes the specified VPC Connectivity Profile.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}

Get the VPC Connectivity Profile


Get the VPC Connectivity Profile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}

Patch VPC Connectivity Profile


Create VPC Connectivity Profile if not already present,
otherwise update the VPC Connectivity Profile.
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}

Create Or Replace VPC Connectivity Profile


If the VPC Connectivity Profile is not already present,
create a VPC Connectivity Profile instance. If it already exists, replace
the VPC Connectivity Profile instance with this object.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}