Microsoft.OperationsManagement (preview:2015-11-01)

2025/09/19 • 15 new, 15 deleted methods

Solutions_CreateOrUpdate (new)
Description Creates or updates the Solution.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
solutionName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Update (new)
Description Patch a Solution. Only updating tags supported.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
solutionName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Delete (new)
Description Deletes the solution in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
solutionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Get (new)
Description Retrieves the user solution.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
solutionName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_ListByResourceGroup (new)
Description Retrieves the solution list. It will retrieve both first party and third party solutions
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_ListBySubscription (new)
Description Retrieves the solution list. It will retrieve both first party and third party solutions
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_ListBySubscription (new)
Description Retrieves the ManagementAssociations list.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementAssociations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_CreateOrUpdate (new)
Description Creates or updates the ManagementAssociation.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_Delete (new)
Description Deletes the ManagementAssociation in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_Get (new)
Description Retrieves the user ManagementAssociation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_ListBySubscription (new)
Description Retrieves the ManagementConfigurations list.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_CreateOrUpdate (new)
Description Creates or updates the ManagementConfiguration.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
managementConfigurationName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_Delete (new)
Description Deletes the ManagementConfiguration in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
managementConfigurationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_Get (new)
Description Retrieves the user ManagementConfiguration.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
managementConfigurationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (new)
Description Lists all of the available OperationsManagement Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.OperationsManagement/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
}
Solutions_CreateOrUpdate (removed)
Description Creates or updates the Solution.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
solutionName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Update (removed)
Description Patch a Solution. Only updating tags supported.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
solutionName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Delete (removed)
Description Deletes the solution in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
solutionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_Get (removed)
Description Retrieves the user solution.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId: string ,
resourceGroupName: string ,
solutionName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_ListByResourceGroup (removed)
Description Retrieves the solution list. It will retrieve both first party and third party solutions
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Solutions_ListBySubscription (removed)
Description Retrieves the solution list. It will retrieve both first party and third party solutions
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
tags: object ,
plan:
{
name: string ,
publisher: string ,
promotionCode: string ,
product: string ,
}
,
properties:
{
workspaceResourceId: string ,
provisioningState: string ,
containedResources:
[
string ,
]
,
referencedResources:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_ListBySubscription (removed)
Description Retrieves the ManagementAssociations list.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementAssociations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_CreateOrUpdate (removed)
Description Creates or updates the ManagementAssociation.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_Delete (removed)
Description Deletes the ManagementAssociation in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementAssociations_Get (removed)
Description Retrieves the user ManagementAssociation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
{
subscriptionId: string ,
resourceGroupName: string ,
providerName: string ,
resourceType: string ,
resourceName: string ,
managementAssociationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_ListBySubscription (removed)
Description Retrieves the ManagementConfigurations list.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_CreateOrUpdate (removed)
Description Creates or updates the ManagementConfiguration.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
managementConfigurationName: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_Delete (removed)
Description Deletes the ManagementConfiguration in the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
managementConfigurationName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagementConfigurations_Get (removed)
Description Retrieves the user ManagementConfiguration.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
{
subscriptionId: string ,
resourceGroupName: string ,
managementConfigurationName: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
applicationId: string ,
parentResourceType: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
provisioningState: string ,
template: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available OperationsManagement Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.OperationsManagement/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
}