Logo
Cisco Secure Endpoint API Documentation

Create Deployment package Copy

GET https://{{amp4e_APIhost}}/v1/install_packages/list

Get a listing of all the groups in AMP for Endpoints

 

Body PARAM

Key Datatype Required Description 
product_name
string
scan_on_install
boolean
redistributable
boolean



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status



Curl
curl -X GET 'https://amp4e_APIhost/v1/install_packages/list?product_name=windows&scan_on_install=false&redistributable=true' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"group_guid":"amp4e_GroupGUID","product_name":"windows","scan_on_install":false,"redistributable":true}'

ENDPOINTS