{"id":32424,"date":"2022-02-03T17:16:57","date_gmt":"2022-02-03T23:16:57","guid":{"rendered":"http:\/\/www.multitech.net\/developer\/?page_id=32424"},"modified":"2022-02-04T10:21:54","modified_gmt":"2022-02-04T16:21:54","slug":"create-an-apply-configuration-task-on-a-device","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/devicehq\/account-api-extensions-for-task-management\/detailed-request-examples\/create-an-apply-configuration-task-on-a-device\/","title":{"rendered":"Create an Apply Configuration Task on a Device"},"content":{"rendered":"<pre class=\"brush:xml\">\r\nPOST \/api\/v2\/devices\/995356139\/tasks\r\n{\r\n  \"data\": {\r\n    \"type\": \"tasks\",\r\n    \"attributes\": {\r\n      \"type\": \"CONFIG_UPGRADE\",\r\n      \"config_file_id\": \"60db20df31eddd3a911f90f8\"\r\n    }\r\n  }\r\n}<\/pre>\n<p>RESPONSE:<\/p>\n<pre class=\"brush:xml\">\r\n{\r\n  \"data\": {\r\n    \"id\": \"60db20df31eddd3a911f910e\",\r\n    \"type\": \"tasks\",\r\n    \"attributes\": {\r\n      \"function\": \"CONFIG_UPGRADE\",\r\n      \"created_at\": \"2021-06-29T13:32:15.831Z\",\r\n      \"state\": \"queued\",\r\n      \"config_file_id\": \"60db20df31eddd3a911f90f8\"\r\n    }\r\n  }\r\n}\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>POST \/api\/v2\/devices\/995356139\/tasks { &#8220;data&#8221;: { &#8220;type&#8221;: &#8220;tasks&#8221;, &#8220;attributes&#8221;: { &#8220;type&#8221;: &#8220;CONFIG_UPGRADE&#8221;, &#8220;config_file_id&#8221;: &#8220;60db20df31eddd3a911f90f8&#8221; } } } RESPONSE: { &#8220;data&#8221;: { &#8220;id&#8221;: &#8220;60db20df31eddd3a911f910e&#8221;, &#8220;type&#8221;: &#8220;tasks&#8221;, &#8220;attributes&#8221;: { &#8220;function&#8221;: &#8220;CONFIG_UPGRADE&#8221;, &#8220;created_at&#8221;: &#8220;2021-06-29T13:32:15.831Z&#8221;, &#8220;state&#8221;: &#8220;queued&#8221;, &#8220;config_file_id&#8221;: &#8220;60db20df31eddd3a911f90f8&#8221; } } }<\/p>\n","protected":false},"author":537,"featured_media":0,"parent":32378,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-32424","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/32424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/users\/537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/comments?post=32424"}],"version-history":[{"count":3,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/32424\/revisions"}],"predecessor-version":[{"id":32426,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/32424\/revisions\/32426"}],"up":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/32378"}],"wp:attachment":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/media?parent=32424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}