POST Managed Application Install Method
This method installs an app by ID.
Syntax:
POST /api/managed_application/<id>/install
Curl
$> curl 'http://localhost:8080/api/managed_application/58c6b1026a757332b80f0000/install' -H 'Authorization: Basic YWRtaW46YWRtaW4=' -H 'Content-Type: application/json' --data-binary $'{'sut_id':'5940706b6a75732e0c0a0000'}'
Raw Request
POST /api/managed_application/58c6b1026a757332b80f0000/install HTTP/1.1
Host: localhost:8000
User-Agent: curl/7.52.1
Accept: /
Authorization: Basic YWRtaW46YWRtaW4=
Content-Type: application/json
Content-Length: 37
{"sut_id":"5940706b6a75732e0c0a0000"}
Write Keys
Parameter | Type |
---|---|
sut_id | Id |
Response Body
{
"status":"success",
"message":null
}