NSX-T Data Center REST API
Get VpcSecurityProfile
Retrieves a specific VPC Security Profile by its unique identifier within a project context.The security profile contains comprehensive security configurations including north-south (Gateway Firewall)
and east-west (Distributed Firewall) settings. This API returns detailed information about VPC Gateway firewall enablement
status and associated security strategies that define the security posture for VPCs.
Currently, this API primarily returns system-generated default security profiles at the project level.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/Production_Prj/vpc-security-profiles/system-security-profile-2Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
VpcSecurityProfile+