NSX-T Data Center REST API

Get Project state

Get the Project's state that includes the supported network stack capability.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/state
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-2/state

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ProjectState+

Example Response:

{ "network_stack": "FULL_STACK_VPC" }

Required Permissions:

read

Feature:

policy_project

Additional Errors: