Answers for "netbox graphql example"

0

netbox graphql example

curl -H "Authorization: Token $TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
http://netbox/graphql/ \
--data '{"query": "query {circuit_list(status:\"active\") {cid provider {name}}}"}'
Posted by: Guest on October-27-2021

Browse Popular Code Answers by Language