{ "opencollection": "1.0.0", "info": { "name": "Cisco Secure Firewall Management Center API (Secure Client management plane) AccessPolicies Devices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-auth-access-token", "value": "{{X-auth-access-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List device records (managed devices)", "type": "http" }, "http": { "method": "GET", "url": "https://{fmcHost}/api/fmc_config/v1/domain/:domainUUID/devices/devicerecords", "params": [ { "name": "domainUUID", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "expanded", "value": "", "type": "query" } ] }, "docs": "List device records (managed devices)" }, { "info": { "name": "Register a new device", "type": "http" }, "http": { "method": "POST", "url": "https://{fmcHost}/api/fmc_config/v1/domain/:domainUUID/devices/devicerecords", "params": [ { "name": "domainUUID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Register a new device" }, { "info": { "name": "Get a device record", "type": "http" }, "http": { "method": "GET", "url": "https://{fmcHost}/api/fmc_config/v1/domain/:domainUUID/devices/devicerecords/:objectId", "params": [ { "name": "domainUUID", "value": "", "type": "path" }, { "name": "objectId", "value": "", "type": "path" } ] }, "docs": "Get a device record" }, { "info": { "name": "Update a device record", "type": "http" }, "http": { "method": "PUT", "url": "https://{fmcHost}/api/fmc_config/v1/domain/:domainUUID/devices/devicerecords/:objectId", "params": [ { "name": "domainUUID", "value": "", "type": "path" }, { "name": "objectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a device record" }, { "info": { "name": "Unregister a device", "type": "http" }, "http": { "method": "DELETE", "url": "https://{fmcHost}/api/fmc_config/v1/domain/:domainUUID/devices/devicerecords/:objectId", "params": [ { "name": "domainUUID", "value": "", "type": "path" }, { "name": "objectId", "value": "", "type": "path" } ] }, "docs": "Unregister a device" } ] } ], "bundled": true }