NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List VPC Connectivity ProfilesList VPC Connectivity Profiles. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles
|
Delete VPC Connectivity ProfileDeletes 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 ProfileGet the VPC Connectivity Profile |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}
|
Patch VPC Connectivity ProfileCreate 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 ProfileIf 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}
|