countObjects

On this page
Back to index

Summary

Retrieves the count of objects specified by the provided filter.
objectType
Stringrequired
The type of object to query for.
filters
Stringoptional
A list of zero or more filter criteria definitions used to define objects to find.
maxIds
Integeroptional
The maximum number of object IDs to return.
viewName
Stringoptional
The name of the view.

Usage

Perl

$cmdr->countObjects( "test-objectType" # objectType # optionals );

ectool

ectool countObjects \ "test-objectType" `# objectType` \ # optionals