VMware · Example Payload

Vmware Createcontentlibrary Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Createcontentlibrary 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": "createContentLibrary",
  "method": "POST",
  "path": "/content/library",
  "summary": "Vmware Create a Content Library",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatecontentlibraryRequestExample",
      "example": {
        "name": "Example Title",
        "description": "A sample description.",
        "type": "LOCAL",
        "storage_backings": [
          {
            "type": "DATASTORE",
            "datastore_id": "500123"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createcontentlibrary201Example",
      "example": "example_value"
    }
  ]
}