InlineCertificatesBatchOperationResult1

InlineCertificatesBatchOperationResult1
InlineCertificatesBatchOperationResult1
JSON Example
{
    "end_time": 0,
    "pending_estimated_duration": 0,
    "results": [
        {
            "certificate_id": "string",
            "node_id": "string",
            "service_type": "string",
            "affected_services": "string",
            "certificate_name": "string",
            "end_time": 0,
            "estimated_duration": 0,
            "id": "string",
            "message": "string",
            "old_certificate_id": "string",
            "old_certificate_name": "string",
            "operation_type": "string",
            "start_time": 0,
            "status": "string"
        }
    ],
    "start_time": 0,
    "total_estimated_duration": 0
}
integer As int64 As int64
end_time
Optional

The end time of this certificate batch operation in epoch milliseconds

integer As int64 As int64
pending_estimated_duration
Optional

Sum of estimated duration of pending certificate operations.

results
Optional

List of certificate operation statuses.

integer As int64 As int64
start_time
Optional

The start time of this certificate batch operation in epoch milliseconds

integer As int64 As int64
total_estimated_duration
Optional

Sum of estimated duration of all certificate operations.