NSX-T Data Center REST API
List of VpcSecurityProfiles
Retrieves a paginated collection of all VPC Security Profiles available within a specified project.Each security profile in the response includes comprehensive security configuration details such as
north-south and east-west firewall settings, associated security strategies, and profile metadata.
The API supports standard pagination parameters for efficient data retrieval and includes sorting capabilities.
Currently, this API returns multiple predefined security profiles including the default profile and
additional system-generated profiles that offer various security postures (isolation, external connectivity,
essential services, etc.) for different VPC deployment scenarios.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles
Request Headers:
n/a
Query Parameters:
VpcSecurityProfileListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/Production_Prj/vpc-security-profilesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
VpcSecurityProfileListResult+