System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > Corfu Server

Enable or Disable Corfu Certificate Expiry Check. Default is enabled

Request:

Method:
POST
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check?action=enable
/api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check?action=disable
/api/v1/node/services/datastore/corfu_cert_expiry_check?action=enable
/api/v1/node/services/datastore/corfu_cert_expiry_check?action=disable
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/node/services/datastore/corfu_cert_expiry_check?action=disable

Successful Response:

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

Example Response:

{ "status": "disabled" }

Required Permissions:

crud

Feature:

system_administration

Additional Errors: