organizations-list-availabilities
Retrieve device availability data for an organization, with optional filters for network, product type, serial, tags, and status.
Instructions
List the availability information for devices in an organization. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. | |
| startingAfter | No | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parame | |
| endingBefore | No | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This paramete | |
| networkIds | No | Optional parameter to filter device availabilities by network ID. This filter uses multiple exact matches. | |
| productTypes | No | Optional parameter to filter device availabilities by device product types. This filter uses multiple exact matches. Valid types are wireles | |
| serials | No | Optional parameter to filter device availabilities by device serial numbers. This filter uses multiple exact matches. | |
| tags | No | An optional parameter to filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be incl | |
| tagsFilterType | No | An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return devices which contain ANY or ALL of the included | |
| statuses | No | Optional parameter to filter device availabilities by device status. This filter uses multiple exact matches. | |
| fields | No | Return only these top-level fields; omit for all. Available: mac, name, network, productType, serial, status, tags. |