-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Targets_Get.json
36 lines (36 loc) · 1.17 KB
/
Targets_Get.json
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
35
36
{
"parameters": {
"api-version": "2025-01-01",
"parentProviderNamespace": "Microsoft.Compute",
"parentResourceName": "exampleVM",
"parentResourceType": "virtualMachines",
"resourceGroupName": "exampleRG",
"subscriptionId": "6b052e15-03d3-4f17-b2e1-be7f07588291",
"targetName": "Microsoft-Agent"
},
"responses": {
"200": {
"body": {
"name": "Microsoft-Agent",
"type": "Microsoft.Chaos/targets",
"id": "/subscriptions/6b052e15-03d3-4f17-b2e1-be7f07588291/resourceGroups/exampleRG/providers/Microsoft.Compute/virtualMachines/exampleVM/providers/Microsoft.Chaos/targets/Microsoft-Agent",
"properties": {
"agentProfileId": "ac4e8251-fdc9-4277-8e87-dc57fe5794cf",
"identities": [
{
"type": "CertificateSubjectIssuer",
"subject": "CN=example.subject"
}
]
},
"systemData": {
"createdAt": "2021-07-01T00:00:00.0Z",
"lastModifiedAt": "2021-07-01T00:00:00.0Z"
}
},
"headers": {}
}
},
"operationId": "Targets_Get",
"title": "Get a Target that extends a virtual machine resource."
}