NSX-T Data Center REST API
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
/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+