VMware · Example Payload

Vmware Createtag Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Createtag 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": "createTag",
  "method": "POST",
  "path": "/cis/tagging/tag",
  "summary": "Vmware Create a Tag",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatetagRequestExample",
      "example": {
        "name": "Example Title",
        "description": "A sample description.",
        "category_id": "500123"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createtag201Example",
      "example": "example_value"
    }
  ]
}