fabric.callhome_query_group.query

A query. This is a query object representing all information on returned objects.

ACI class

callhomeQuery

RN

chquery-{name}

Cursor

QueryCursor

Parent

fabric.callhome_query_group

Atomic

Attributes

Accepted as keyword arguments of .query(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The user-configured name for the query.

value

entity

str

The query entity as a distinguished name or class name.

response_depth

rspSubtree

ConfigRspSubtreeDepth

children, full, no

no

The subtree information that should be included in objects returned from the query.

response_data

rspSubtreeInclude

ConfigRspSubtreeInclude

none, tasks, faults, stats, config-only, relations, no-scoped, state, health, fault-records, audit-logs, event-logs, required, count, health-records, port-deployment, deployment, local-prefix, fault-count, relations-with-parent, record-subtree, add-mo-list, deployment-records, ep-records, full-deployment, custom-path-hop, pending-deployment, tags

none

The types of subtrees for the objects returned from the query.

query_target

target

ConfigQueryTarget

children, self, subtree

self

A property to specify if the subtree information should be included for the objects returned by this query.

query_type

type

ConfigQueryType

class, dn

dn

The type of query. The type can be a class-name or a distinguished-name.