CertificateUpdateStatus

CertificateUpdateStatus
CertificateUpdateStatus
JSON Example
{
    "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
}
string
id
Optional

Certificate update id

string
name
Optional

Name of certificate such as proxy_register.crt or client.crt

string
status
Optional

certificate update status

Possible values are : SUBMITTED, IN_PROGRESS, SUCCESS, FAILED,
string
error_message
Optional

Error message if update request failed

array of Node
failed_nodes
Optional

List of the nodes for which certificate update failed

array of Node
updated_nodes
Optional

List of the nodes for which certificate update was success

string
last_modified_by_user
Optional

The last modified user

integer As int64 As int64
last_modified_time
Optional

The last modified time for the certificate