VMware · Example Payload

Vmware Getcontentlibrary Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getcontentlibrary Example is an example object payload from VMware, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getContentLibrary",
  "method": "GET",
  "path": "/content/library/{library_id}",
  "summary": "Vmware Get Content Library Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcontentlibrary200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "type": "LOCAL",
        "creation_time": "2026-01-15T10:30:00Z",
        "last_modified_time": "2026-01-15T10:30:00Z",
        "last_sync_time": "2026-01-15T10:30:00Z",
        "storage_backings": [
          {
            "type": "example_value",
            "datastore_id": "500123"
          }
        ],
        "version": "example_value"
      }
    }
  ]
}