NSX-T Data Center REST API
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.
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/project-1/vpc-security-profiles/defaultSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
VpcSecurityProfile+