forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathControllersGet_example.json
More file actions
29 lines (29 loc) · 1008 Bytes
/
ControllersGet_example.json
File metadata and controls
29 lines (29 loc) · 1008 Bytes
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
{
"parameters": {
"api-version": "2019-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"name": "myControllerResource"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DevSpaces/controllers/myControllerResource",
"name": "myControllerResource",
"type": "Microsoft.DevSpaces/controllers",
"location": "eastus",
"tags": {},
"sku": {
"name": "S1",
"tier": "Standard"
},
"properties": {
"provisioningState": "Succeeded",
"hostSuffix": "suffix.azds.io",
"dataPlaneFqdn": "dataplane.azds.io",
"targetContainerHostResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/managedClusters/myCluster"
}
}
}
}
}