Find Host ID
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/hosts?limit=1000
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 200
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/hosts?offset=0\u0026limit=1000"},"items":[{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/hosts/dde11d62-288b-4b4c-92e0-1dad0496f14b","parent":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/networkaddresses"},"type":"Host","name":"any-ipv6","id":"dde11d62-288b-4b4c-92e0-1dad0496f14b"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/hosts/000C291A-43AC-0ed3-0000-008589944126","parent":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/networkaddresses"},"type":"Host","name":"Postman-HostObj","id":"000C291A-43AC-0ed3-0000-008589944126"}],"paging":{"offset":0,"limit":1000,"count":2,"pages":1}}