Policy > Networking > Networking Profiles > Constraint Global Configuration

Update the constraint global configuration

Update the constraint global configuration

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/constraint-global-config
/policy/api/v1/global-infra/constraint-global-config
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ConstraintGlobalConfig+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/infra/constraint-global-config { "display_name": "constraint-global-config", "path": "/infra/constraint-global-config", "relative_path": "constraint-global-config", "include_system_resources": true, "_revision": 0 }

Successful Response:

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

Example Response:

{ "resource_type": "ConstraintGlobalConfig", "id": "constraint-global-config", "display_name": "constraint-global-config", "path": "/infra/constraint-global-config", "relative_path": "constraint-global-config", "include_system_resources": true, "_create_user": "system", "_create_time": 1517296394552, "_last_modified_user": "system", "_last_modified_time": 1517296394552, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

infra_admin

Additional Errors: