Find DeviceGroup ID

GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devicegroups/devicegrouprecords

HEADERS

KeyDatatypeRequiredDescription
X-auth-access-tokenstring

RESPONSES

status: 200

{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devicegroups/devicegrouprecords?offset=0\u0026limit=25"},"items":[{"id":"948e0d3a-4314-11ec-a2fb-75015374e8d7","type":"DeviceGroup","name":"Postman-DeviceGroup-updated","links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devicegroups/devicegrouprecords/948e0d3a-4314-11ec-a2fb-75015374e8d7"}}],"paging":{"offset":0,"limit":25,"count":1,"pages":1}}