NSX-T Data Center REST API

Associated URIs:

API Description API Path

List of VpcSecurityProfiles


Paginated list of VpcSecurityProfiles.
Note: Currently this API will return only a single default security profile at the project level.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles

Get VpcSecurityProfile


Get security profile with the specified ID.
Currently only the default security profile at the project level can be queried using this API.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}

Update Security Profile


Update existing default security profile.
Note: Currently, user will not be able to create new security profiles.
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}

Update Security Profile


Update existing security profile.
Note: Currently, user will not be able to create new security profiles.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}