NSX-T Data Center REST API
CertificateOperationStatus (schema)
Status of a certificate operation
Name | Description | Type | Notes |
---|---|---|---|
affected_services | Affected services A comma-separated list of services that may be affected or interrupted when this certificate operation occurs. |
string | Readonly |
certificate_id | Certificate Id | string | Required Pattern: "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$" |
certificate_name | Name of the new certificate. Required field presenting new certificate name in certificate replacement operation, or the certificate to be deleted. |
string | Required Readonly Pattern: "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$" |
end_time | End time The end time of this certificate operation in epoch milliseconds |
EpochMsTimestamp | Readonly |
estimated_duration | Estimated duration Estimated time duration in seconds for this certificate operation. |
integer | Readonly |
id | Unique ID of the operation. | string | Required Readonly Pattern: "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$" |
message | Message Localized text explaining the details of the error or deprecation warning and remedial steps to be taken. |
string | Readonly |
node_id | Node Id Node Id to which this certificate is applied to. |
string | |
old_certificate_id | Id of the old certificate Optional field presenting old certificate id in certificate replacement operation. |
string | Readonly Pattern: "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$" |
old_certificate_name | Name of the old certificate Optional field presenting old certificate name in certificate replacement operation. |
string | Readonly Pattern: "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$" |
operation_type | Operation Type Type of operation used for the batch. |
string | Required Readonly Enum: REPLACE, DELETE |
service_type | Service Type Service Type of the CertificateProfile to which the certificate is applied to. |
ServiceType | Required |
start_time | Start time The start time of this certificate operation in epoch milliseconds |
EpochMsTimestamp | Readonly |
status | Status Status of this certificate operation |
string | Required Readonly Enum: OK, ERROR, PENDING, ABORTED |