NSX-T Data Center REST API
CertificatesBatchOperationResult (schema)
Result of certificates batch operation
Name | Description | Type | Notes |
---|---|---|---|
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
cursor | Opaque cursor to be used for getting next page of records (supplied by current result page) | string | Readonly |
end_time | End time The end time of this certificate batch operation in epoch milliseconds |
EpochMsTimestamp | Readonly |
pending_estimated_duration | Pending estimated duration Sum of estimated duration of pending certificate operations. |
integer | Readonly |
result_count | Count of results found (across all pages), set only on first page | integer | Readonly |
results | Batch results List of certificate operation statuses. |
array of CertificateOperationStatus | Required Readonly |
sort_ascending | If true, results are sorted in ascending order | boolean | Readonly |
sort_by | Field by which records are sorted | string | Readonly |
start_time | Start time The start time of this certificate batch operation in epoch milliseconds |
EpochMsTimestamp | Readonly |
total_estimated_duration | Total estimated duration Sum of estimated duration of all certificate operations. |
integer | Readonly |