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
|
interactions:
- request:
body: null
headers:
Accept: [application/json]
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
Content-Type: [application/json; charset=utf-8]
User-Agent: [python/3.6.2 (Windows-10-10.0.15063-SP0) requests/2.18.4 msrest/0.4.14
msrest_azure/0.4.13 azure-mgmt-machinelearningcompute/0.1.0 Azure-SDK-For-Python]
accept-language: [en-US]
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mlcrp-python-test-get648710e3/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-python-test-get648710e3?api-version=2017-08-01-preview
response:
body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mlcrp-python-test-get648710e3/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-python-test-get648710e3","name":"mlcrp-python-test-get648710e3","type":"Microsoft.MachineLearningCompute/operationalizationClusters","location":"East
US 2 EUAP","tags":null,"properties":{"createdOn":"2017-09-06T22:27:03.269Z","description":"Deployed
for testing.","provisioningState":"Succeeded","storageAccount":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mlcrp-python-test-get648710e3/providers/Microsoft.Storage/storageAccounts/mlcrpstgec7392510d5e"},"containerRegistry":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mlcrp-python-test-get648710e3/providers/Microsoft.ContainerRegistry/registries/mlcrpacr7de63921a7d8"},"clusterType":"ACS","containerService":{"clusterFqdn":"mlcrp-python-test-get648710e3-4ba63608.eastus2.cloudapp.azure.com","systemServices":[{"systemServiceType":"ScoringFrontEnd","publicIpAddress":"13.68.100.211","version":"prod/1.20170905.2/master.308253995bd64e1d222e5be31f2d3eb284ba4d83"}],"masterCount":1,"agentCount":2,"agentVmSize":"Standard_D3_v2","orchestratorType":"Kubernetes","orchestratorProperties":{"servicePrincipal":{"clientId":"3758f025-5db2-44a2-919e-0def41380203","secret":null}}},"appInsights":{"resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/mlcrp-python-test-get648710e3/providers/Microsoft.Insights/components/mlcrpaiae0490236993"},"globalServiceConfiguration":null}}'}
headers:
cache-control: [no-cache]
content-length: ['1599']
content-type: [application/json; charset=utf-8]
date: ['Wed, 06 Sep 2017 22:43:33 GMT']
expires: ['-1']
pragma: [no-cache]
transfer-encoding: [chunked]
vary: [Accept-Encoding]
x-content-type-options: [nosniff]
x-frame-options: [SAMEORIGIN]
x-ms-client-session-id: ['']
status: {code: 200, message: OK}
version: 1
|