cURL
curl --request GET \ --url https://api.odin.io/v1/fields/hosts/{category}
{ "data": [ { "category": "<string>", "display_category": "<string>", "is_locked": true, "name": "<string>" } ] }
Get the list of fields to query on host
get the category
OK
Show child attributes
Was this page helpful?