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. This structure was added in vSphere API 6.5

Representation:

{
    "error_messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "success"true
}

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. This attribute was added in vSphere API 6.5

error_messages localizable_message[] The array of error messages. This attribute was added in vSphere API 6.5