Created
April 13, 2016 14:16
-
-
Save kerslake/8b4491ca6b7733299b9b7cdb43a71b4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"name": "AzureMLDev", | |
"description": "", | |
"order": [ | |
"6f090c73-b2ba-bb9c-414f-31aabf53ef38", | |
"5216df25-d102-0ef0-0cfe-d031872e4db7", | |
"1c067065-717f-3b88-34cc-30fbbad2ddc3", | |
"5c09d930-c2df-fbb5-e484-3d1f1f1dc262", | |
"2b06bcb3-247c-199b-ac2b-5669b3bbe91a" | |
], | |
"folders": [], | |
"timestamp": 1460472682858, | |
"owner": "", | |
"remoteLink": "", | |
"public": false, | |
"requests": [ | |
{ | |
"id": "1c067065-717f-3b88-34cc-30fbbad2ddc3", | |
"headers": "Authorization: Bearer {{apikey}}\nContent-Type: application/json\n", | |
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs?api-version=2.0", | |
"preRequestScript": null, | |
"pathVariables": {}, | |
"method": "POST", | |
"data": [], | |
"dataMode": "raw", | |
"version": 2, | |
"tests": "var data = JSON.parse(responseBody);\r\npostman.setEnvironmentVariable(\"job\", data);", | |
"currentHelper": "normal", | |
"helperAttributes": {}, | |
"time": 1460475605185, | |
"name": "Submit job", | |
"description": "", | |
"collectionId": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"responses": [], | |
"rawModeData": "{ \"GlobalParameters\": {}, \"Outputs\": { \"output1\": { \"ConnectionString\": \"DefaultEndpointsProtocol=https;AccountName={{outputstoragename}};AccountKey={{outputstoragekey}}\", \"RelativeLocation\": \"{{outputlocation}}\" } } }" | |
}, | |
{ | |
"id": "2b06bcb3-247c-199b-ac2b-5669b3bbe91a", | |
"headers": "Authorization: Bearer {{apikey}}\n", | |
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs?api-version=2.0", | |
"preRequestScript": null, | |
"pathVariables": {}, | |
"method": "GET", | |
"data": null, | |
"dataMode": "params", | |
"version": 2, | |
"tests": "", | |
"currentHelper": "normal", | |
"helperAttributes": {}, | |
"time": 1460475601264, | |
"name": "Get Jobs", | |
"description": "", | |
"collectionId": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"responses": [] | |
}, | |
{ | |
"id": "5216df25-d102-0ef0-0cfe-d031872e4db7", | |
"headers": "Authorization: Bearer {{apikey}}\n", | |
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs/{{job}}/start?api-version=2.0", | |
"preRequestScript": null, | |
"pathVariables": {}, | |
"method": "POST", | |
"data": null, | |
"dataMode": "params", | |
"tests": null, | |
"currentHelper": "normal", | |
"helperAttributes": {}, | |
"time": 1460475584192, | |
"name": "Start job", | |
"description": "", | |
"collectionId": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"responses": [] | |
}, | |
{ | |
"id": "5c09d930-c2df-fbb5-e484-3d1f1f1dc262", | |
"headers": "Authorization: Bearer {{apikey}}\n", | |
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs/{{job}}", | |
"preRequestScript": null, | |
"pathVariables": {}, | |
"method": "DELETE", | |
"data": null, | |
"dataMode": "params", | |
"tests": null, | |
"currentHelper": "normal", | |
"helperAttributes": {}, | |
"time": 1460475577619, | |
"name": "Delete job", | |
"description": "", | |
"collectionId": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"responses": [] | |
}, | |
{ | |
"id": "6f090c73-b2ba-bb9c-414f-31aabf53ef38", | |
"headers": "Authorization: Bearer {{apikey}}\n", | |
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs/{{job}}?api-version=2.0", | |
"preRequestScript": null, | |
"pathVariables": {}, | |
"method": "GET", | |
"data": null, | |
"dataMode": "params", | |
"tests": "", | |
"currentHelper": "normal", | |
"helperAttributes": {}, | |
"time": 1460475580842, | |
"name": "Get Job", | |
"description": "", | |
"collectionId": "6f127602-fd77-d0a4-f94c-74f23802bc38", | |
"responses": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment