Logo
Cisco Secure Endpoint API Documentation

Create Deployment package

POST https://{{amp4e_APIhost}}/v1/install_packages

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 POST 'https://amp4e_APIhost/v1/install_packages?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