Devices with Specific Tag

POST https://{{crosswork_ip}}:30603/crosswork/inventory/v1/nodes/query

Use this API Call to get the detailed information about the devices tagged with a specific Tag.

Request Body

{"limit"=>100, "filter"=>{"tags"=>[{"name"=>"tagtest"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring