Description | : Get a list of Target resources that extend a tracked regional resource. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Targets_List", "$responses": { "200": { "$properties": { "value": { "$properties": [ { "#name": "properties", "Required": { "new": true, "old": false } } ] } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
parentProviderNamespace:
string
,
parentResourceType:
string
,
parentResourceName:
string
,
continuationToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
object
,
location:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}