Description | : Informs if the current subscription is being already monitored for selected Datadog organization. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "CreationSupported_List", "$responses": { "200": { "$properties": { "@added_1bc759deff5f480ab5f7dd7a5207a1b6": { "#name": "nextLink", "Description": "Link to the next set of results, if any.", "Required": false, "Type": "string" } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/subscriptionStatuses
{
subscriptionId:
string
,
api-version:
string
,
datadogOrganizationId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
name:
string
,
creationSupported:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}