AddMonitoredEntitiesRequestType
AddMonitoredEntitiesRequestType
The parameters of AddMonitoredEntities.
JSON Example
{
"providerId": "string",
"entities": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
string
providerId
Required
The provider id.
array of MoRefManagedEntity
entities
Optional
The entities that are newly monitored by this provider.