Fetch Certificate Update Status For Update Id
Get certificate update status for certificate id
The update id for which update status is to be fetched
certificate update status corresponding to the update id
{
"id": "string",
"name": "string",
"status": "SUCCESS",
"error_message": "certificate update failed",
"failed_nodes": [
{
"id": "string",
"entity_type": "string",
"node_type": "string",
"node_id": "string",
"ip_address": "string",
"ipv6_address": "string",
"name": "string",
"is_physical_flow_collector": false,
"sddc_details": {
"sddc_id": "string",
"org_id": "string",
"aap_id": "string"
},
"version": "string",
"health": {
"health_status": "HEALTH",
"health_details": [
{
"message": "Invalid credentials",
"code": "string"
}
]
},
"registered_timestamp": 0,
"last_updated_timestamp": 0
}
],
"updated_nodes": [
{
"id": "string",
"entity_type": "string",
"node_type": "string",
"node_id": "string",
"ip_address": "string",
"ipv6_address": "string",
"name": "string",
"is_physical_flow_collector": false,
"sddc_details": {
"sddc_id": "string",
"org_id": "string",
"aap_id": "string"
},
"version": "string",
"health": {
"health_status": "HEALTH",
"health_details": [
{
"message": "Invalid credentials",
"code": "string"
}
]
},
"registered_timestamp": 0,
"last_updated_timestamp": 0
}
],
"last_modified_by_user": "[email protected]",
"last_modified_time": 0
}
Certificate update id
Name of certificate such as proxy_register.crt or client.crt
certificate update status
Error message if update request failed
List of the nodes for which certificate update failed
List of the nodes for which certificate update was success
The last modified user
The last modified time for the certificate
Unauthorized
"ApiError Object"
code
message
details
Forbidden
"ApiError Object"
code
message
details
update certificate status not found
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -H 'Authorization: <value>' https://{api_host}/api/ni/settings/certificates/status/{id}