cis tagging tag association: batch result

The batch_result structure describes the result of performing the same operation on several tags or objects in a single invocation.

Representations:

{
    "error_messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "success"true
}
<?xml version="1.0" ?>
<ns0:BatchResult xmlns:ns0="http://vmware.com/cis/tagging/tag_association" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <error_messages-array>
    <array-item>
      <default_message>string</default_message>
      <id>string</id>
      <args-array>
        <array-item>string</array-item>
        <array-item>string</array-item>
      </args-array>
    </array-item>
    <array-item>
      <default_message>string</default_message>
      <id>string</id>
      <args-array>
        <array-item>string</array-item>
        <array-item>string</array-item>
      </args-array>
    </array-item>
  </error_messages-array>
  <success>true</success>
</ns0:BatchResult>

Attributes:

Name Type Description
Required
success boolean This is true if the batch operation completed without any errors. Otherwise it is false and all or some operations have failed.

error_messages localizable_message[] The array of error messages.