Policy > Networking > Networking Profiles > Global Gateway Configuration

Update the security global configuration

This updates the security-global-config used for NSX Manager appliance certificates.
These properties are not sent to the hosts.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/security-global-config
/policy/api/v1/global-infra/security-global-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
InfraSecurityConfig+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/infra/security-global-config { "ca_signed_only": "true", "clr_checking_enabled": "false", "eku_checking_enabled": "false", }

Successful Response:

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

Example Response:

{ "ca_signed_only": "true", "clr_checking_enabled": "false", "eku_checking_enabled": "false", "_create_user" : "system", "_create_time" : 1627091110712, "_last_modified_user" : "admin", "_last_modified_time" : 1627093004091, "_protection" : "NOT_PROTECTED", "_revision" : 1 }

Required Permissions:

crud

Feature:

infra_admin

Additional Errors: