NSX-T Data Center REST API

CertificatesBatchOperationResult (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "ListResult
  }, 
  "id": "CertificatesBatchOperationResult", 
  "module_id": "CertificateManager", 
  "nsx_feature": "CertificateBatchOperations", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "cursor": {
      "readonly": true, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "end_time": {
      "$ref": "EpochMsTimestamp, 
      "description": "The end time of this certificate batch operation in epoch milliseconds", 
      "readonly": true, 
      "required": false, 
      "title": "End time"
    }, 
    "pending_estimated_duration": {
      "description": "Sum of estimated duration of pending certificate operations.", 
      "readonly": true, 
      "required": false, 
      "title": "Pending estimated duration", 
      "type": "integer"
    }, 
    "result_count": {
      "readonly": true, 
      "title": "Count of results found (across all pages), set only on first page", 
      "type": "integer"
    }, 
    "results": {
      "description": "List of certificate operation statuses.", 
      "items": {
        "$ref": "CertificateOperationStatus
      }, 
      "readonly": true, 
      "required": true, 
      "title": "Batch results", 
      "type": "array"
    }, 
    "sort_ascending": {
      "readonly": true, 
      "title": "If true, results are sorted in ascending order", 
      "type": "boolean"
    }, 
    "sort_by": {
      "readonly": true, 
      "title": "Field by which records are sorted", 
      "type": "string"
    }, 
    "start_time": {
      "$ref": "EpochMsTimestamp, 
      "description": "The start time of this certificate batch operation in epoch milliseconds", 
      "readonly": true, 
      "required": false, 
      "title": "Start time"
    }, 
    "total_estimated_duration": {
      "description": "Sum of estimated duration of all certificate operations.", 
      "readonly": true, 
      "required": false, 
      "title": "Total estimated duration", 
      "type": "integer"
    }
  }, 
  "title": "Result of certificates batch operation", 
  "type": "object"
}