| Description | : Creates or updates the Business Application Agent. |
| Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
agentResourceName:
string
,
api-version:
string
,
agentToUpsert:
}
{
,
properties:
}
{
,
configuration:
{
,
type:
enum
,
}
agentSystems:
[
]
,
{
,
systemResourceName:
string
,
systemDisplayName:
string
,
}
displayName:
string
,
lastModifiedTimeUtc:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
configuration:
{
,
type:
enum
,
}
agentSystems:
[
]
,
{
,
systemResourceName:
string
,
systemDisplayName:
string
,
}
displayName:
string
,
lastModifiedTimeUtc:
string
,
}
⚐ Response (201)
{
properties:
}
{
,
configuration:
{
,
type:
enum
,
}
agentSystems:
[
]
,
{
,
systemResourceName:
string
,
systemDisplayName:
string
,
}
displayName:
string
,
lastModifiedTimeUtc:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}