VMware · Example Payload

Vmware Attachtag Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Attachtag 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": "attachTag",
  "method": "POST",
  "path": "/cis/tagging/tag-association?action=attach",
  "summary": "Vmware Attach a Tag to an Object",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "AttachtagRequestExample",
      "example": {
        "tag_id": "500123",
        "object_id": {
          "type": "example_value",
          "id": "abc123"
        }
      }
    }
  ],
  "responseExamples": []
}