Create Deployment package Copy
GET https://{{amp4e_APIhost}}/v1/install_packages/list
Get a listing of all the groups in AMP for Endpoints
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
product_name | string | ||
scan_on_install | boolean | ||
redistributable | boolean |
Request Body
{"group_guid"=>"{{amp4e_GroupGUID}}", "product_name"=>"windows", "scan_on_install"=>false, "redistributable"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |