-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathcreateTestJob.json
More file actions
34 lines (34 loc) · 1.04 KB
/
createTestJob.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"parameters": {
"subscriptionId": "51766542-3ed7-4a72-a187-0c8ab644ddab",
"resourceGroupName": "mygroup",
"automationAccountName": "ContoseAutomationAccount",
"runbookName": "Get-AzureVMTutorial",
"api-version": "2015-10-31",
"parameters": {
"parameters": {
"key01": "value01",
"key02": "value02"
},
"runOn": ""
}
},
"responses": {
"201": {
"headers": {},
"body": {
"creationTime": "2018-02-09T05:51:59.82+00:00",
"status": "New",
"statusDetails": "None",
"startTime": null,
"endTime": null,
"lastModifiedTime": "2018-02-09T05:51:59.82+00:00",
"lastStatusModifiedTime": "2018-02-09T05:51:59.82+00:00",
"exception": null,
"parameters": {},
"runOn": null,
"logActivityTrace": null
}
}
}
}