GET http://[host-proxy]/api/device/mssecurity/MachineActionPackageUri/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Machine Action ID",
"type": "string",
"readonly": true
},
"package_uri": {
"title": "Package URI",
"type": "string",
"readonly": true,
"description": "URI to download the investigation package"
}
},
"schema_version": "1.0"
}