InlineCertificateOperationStatus1

InlineCertificateOperationStatus1
InlineCertificateOperationStatus1
JSON Example
{
    "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"
}
string
affected_services
Optional

A comma-separated list of services that may be affected or interrupted when this certificate operation occurs.

string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
certificate_name
Optional

Required field presenting new certificate name in certificate replacement operation, or the certificate to be deleted.

integer As int64 As int64
end_time
Optional

The end time of this certificate operation in epoch milliseconds

integer As int64 As int64
estimated_duration
Optional

Estimated time duration in seconds for this certificate operation.

string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
id
Optional

Unique ID of the operation.

string
message
Optional

Localized text explaining the details of the error or deprecation warning and remedial steps to be taken.

string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
old_certificate_id
Optional

Optional field presenting old certificate id in certificate replacement operation.

string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
old_certificate_name
Optional

Optional field presenting old certificate name in certificate replacement operation.

string
operation_type
Optional

Type of operation used for the batch.

Possible values are : REPLACE, DELETE,
integer As int64 As int64
start_time
Optional

The start time of this certificate operation in epoch milliseconds

string
status
Optional

Status of this certificate operation

Possible values are : OK, ERROR, PENDING, ABORTED,