List Switch Stacks

GET {{base_url}}/monitoring/v1/switch_stacks?hostname=<string>&group=<string>&offset=<integer>&limit=<integer>

List Switch Stacks

Request Params

KeyDatatypeRequiredDescription
hostnamestringFilter by stack hostname
groupstringFilter by group name
offsetstringPagination offset
limitstringPagination limit. Default is 100 and max is 1000

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;stacks&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;mac&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;switch_type&quot;:&quot;ArubaSwitch&quot;,&quot;topology&quot;:&quot;\u003cstring\u003e&quot;,&quot;split_policy&quot;:&quot;\u003cstring\u003e&quot;,&quot;group&quot;:&quot;\u003cstring\u003e&quot;,&quot;public_ip_address&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain_id&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;mac&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;switch_type&quot;:&quot;MAAS&quot;,&quot;topology&quot;:&quot;\u003cstring\u003e&quot;,&quot;split_policy&quot;:&quot;\u003cstring\u003e&quot;,&quot;group&quot;:&quot;\u003cstring\u003e&quot;,&quot;public_ip_address&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain_id&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}