VMware · Example Payload

Vmware Createtagcategory Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Createtagcategory 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": "createTagCategory",
  "method": "POST",
  "path": "/cis/tagging/category",
  "summary": "Vmware Create a Tag Category",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatetagcategoryRequestExample",
      "example": {
        "name": "Example Title",
        "description": "A sample description.",
        "cardinality": "SINGLE",
        "associable_types": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createtagcategory201Example",
      "example": "example_value"
    }
  ]
}