class documentation

/2/query/[resource] resource.

Method GET Returns resource information.
Method PUT Submits job querying for resources.
Constant GET_ACCESS Undocumented
Method _Query Undocumented

Inherited from ResourceBase:

Method __init__ Generic resource constructor.
Method dryRun Check if the request specifies dry-run mode.
Method getBodyParameter Check and return the value for a given parameter.
Method GetClient Wrapper for luxi.Client with HTTP-specific error handling.
Method SubmitJob Generic wrapper for submit job, for better http compatibility.
Method useBulk Check if the request specifies bulk querying.
Method useForce Check if the request specifies a forced operation.
Method useLocking Check if the request specifies locking.
Constant DELETE_ACCESS Undocumented
Constant POST_ACCESS Undocumented
Constant PUT_ACCESS Undocumented
Class Variable request_body Undocumented
Instance Variable items Undocumented
Instance Variable queryargs Undocumented
Method _checkIntVariable Return the parsed value of an int argument.
Method _checkStringVariable Return the parsed value of a string argument.
Method _GetRequestBody Returns the body data.
Instance Variable _client_cls Undocumented
Instance Variable _req Undocumented
def GET(self):

Returns resource information.

Returns
Query result, see objects.QueryResponse
def PUT(self):

Submits job querying for resources.

Returns
Query result, see objects.QueryResponse
def _Query(self, fields, qfilter):

Undocumented