com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Getting Device Operation Details
Description | Get the details of operations carried out on a selected device. | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Resource Path | /{type}/{id} | ||||||||||||||||||
URL | /mdm-admin/operations/{type}/{id} | ||||||||||||||||||
HTTP Method | GET | ||||||||||||||||||
Request/Response Format | application/json | ||||||||||||||||||
cURL command | curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/mdm-admin/operation/{type}/{id}
Example: curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer 33392fb365b3ac693b405b565ddc8a3a" -k -v https://localhost:9443/mdm-admin/operations/ios/f409r4c55924rt4af9a44tts15y9d6cd56h1047d | ||||||||||||||||||
 Sample output | > GET /mdm-admin/operations/ios/f409r4c55924rt4af9a44tts15y9d6cd56h1047d HTTP/1.1 > Host: localhost:9443 > User-Agent: curl/7.43.0 > Accept: */* > Content-Type: application/json > Authorization: Bearer 686f9b27a6f2d23df5ba94322b9847e1 < HTTP/1.1 200 OK < Cache-Control: private < Expires: Thu, 01 Jan 1970 05:30:00 IST < Date: Thu, 18 Feb 2016 10:57:07 GMT < Content-Type: application/json < Content-Length: 1526 < Server: WSO2 Carbon Server [{"code":"DEVICE_INFO","type":"COMMAND","id":25,"status":"PENDING","receivedTimeStamp":"","createdTimeStamp":"2016-02-18 15:31:05.455","isEnabled":false,"activityId":"ACTIVITY_25"},{"code":"APPLICATION_LIST","type":"COMMAND","id":24,"status":"PENDING","receivedTimeStamp":"","createdTimeStamp":"2016-02-18 15:31:02.951","isEnabled":false,"activityId":"ACTIVITY_24"},{"code":"ALARM","type":"COMMAND","id":23,"status":"PENDING","receivedTimeStamp":"","createdTimeStamp":"2016-02-18 14:57:42.784","isEnabled":false,"activityId":"ACTIVITY_23"}] | ||||||||||||||||||
Sample JSON Output Definition | { "code":"ALARM", "type":"COMMAND", "id":22, "status":"COMPLETED", "receivedTimeStamp":"2016-02-18 14:57:09.976", "createdTimeStamp":"2016-02-18 14:57:08.976", "isEnabled":false, "activityId":"ACTIVITY_22" }Â
|
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.