Skip to content

vCenterAdvancedTagPreview

Preview list of virtual machines of a proposed filter condition Supported in v7.0+ v7.0-v9.1: Preview list of virtual machines of a proposed filter condition. The result might not be accurate if new virtual machines were added after last vCenter refresh. v9.2+: Preview list of virtual machines of a proposed filter condition. The result might not be accurate if new virtual machines were added after last vCenter refresh. It is not supported on Standalone Hosts.

Arguments

Argument Type Description
input (required) PreviewFilterInput! Input for V1PreviewFilter.

Returns

VcenterAdvancedTagPreviewReply!

Sample

query VCenterAdvancedTagPreview($input: PreviewFilterInput!) {
  vCenterAdvancedTagPreview(input: $input)
}
{
  "input": {
    "filterCondition": "example-string",
    "id": "example-string"
  }
}
{
  "data": {
    "vCenterAdvancedTagPreview": {
      "output": {
        "hasMore": true,
        "nextCursor": "example-string",
        "total": 0
      }
    }
  }
}