System Administration >
Configuration
>
Fabric
>
Nodes
>
NSX Manager
>
Services
>
Corfu Server
Get the status of Corfu Certificate Expiry Check. Enabled or disabled
Request:
Method:
GET
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check
/api/v1/node/services/datastore/corfu_cert_expiry_check
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/node/services/datastore/corfu_cert_expiry_check
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CorfuCertificateExpiryCheckProperties
+
CorfuCertificateExpiryCheckProperties
(
schema
)
Name
Description
Type
Notes
status
Current Status of Corfu Certificate Expiry Check (enabled/disabled)
string
Required
Example Response:
{ "status": "disabled" }
Required Permissions:
read
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable