Microsoft.Help (preview:2024-03-01)

2025/08/15 • 19 updated methods

CheckNameAvailability_CheckAvailability (updated)
Description This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions
Reference Link ¶

⚶ Changes

{
  "#id": "CheckNameAvailability_CheckAvailability",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

POST:  /{scope}/providers/Microsoft.Help/checkNameAvailability
{
api-version: string ,
scope: string ,
CheckNameAvailabilityRequest:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Diagnostics_Get (updated)
Description Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic.
Reference Link ¶

⚶ Changes

{
  "#id": "Diagnostics_Get",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

GET:  /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}
{
api-version: string ,
scope: string ,
diagnosticsResourceName: string ,
}

⚐ Response (200)

{
properties:
{
globalParameters: object ,
insights:
[
{
solutionId: string ,
additionalParameters: object ,
}
,
]
,
acceptedAt: string ,
provisioningState: enum ,
diagnostics:
[
{
solutionId: string ,
status: enum ,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
type: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Diagnostics_Create (updated)
Description Creates a diagnostic for the specific resource using solutionId from discovery solutions.
Diagnostics are powerful solutions that access product resources or other relevant data and provide the root cause of the issue and the steps to address the issue.

Reference Link ¶

⚶ Changes

{
  "#id": "Diagnostics_Create",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

PUT:  /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}
{
api-version: string ,
scope: string ,
diagnosticsResourceName: string ,
diagnosticResourceRequest:
{
properties:
{
globalParameters: object ,
insights:
[
{
solutionId: string ,
additionalParameters: object ,
}
,
]
,
acceptedAt: string ,
provisioningState: enum ,
diagnostics:
[
{
solutionId: string ,
status: enum ,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
type: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
globalParameters: object ,
insights:
[
{
solutionId: string ,
additionalParameters: object ,
}
,
]
,
acceptedAt: string ,
provisioningState: enum ,
diagnostics:
[
{
solutionId: string ,
status: enum ,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
type: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
globalParameters: object ,
insights:
[
{
solutionId: string ,
additionalParameters: object ,
}
,
]
,
acceptedAt: string ,
provisioningState: enum ,
diagnostics:
[
{
solutionId: string ,
status: enum ,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
type: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimplifiedSolutions_Get (updated)
Description Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.
Reference Link ¶

⚶ Changes

{
  "#id": "SimplifiedSolutions_Get",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ], "$responses": { "200": { "$properties": { "properties": [ { "#name": "provisioningState", "Enum": { "new": [ [ "Succeeded", "All Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Solutions are still running or failed." ], [ "Failed", "All Solutions failed to run." ], [ "Running", "All Solutions are still running." ], [ "Canceled", "When Solutions request gets canceled." ] ], "old": [ [ "Succeeded", "All Simplified Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Simplified Solutions are still running or failed." ], [ "Failed", "All Simplified Solutions failed to run." ], [ "Running", "All Simplified Solutions are still running." ], [ "Canceled", "When Simplified Solutions request gets canceled." ] ] } } ] } } } }

⚼ Request

GET:  /{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}
{
api-version: string ,
scope: string ,
simplifiedSolutionsResourceName: string ,
}

⚐ Response (200)

{
properties:
{
solutionId: string ,
parameters: object ,
title: string ,
appendix: object ,
content: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SimplifiedSolutions_Create (updated)
Description Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input.

Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.
Reference Link ¶

⚶ Changes

{
  "#id": "SimplifiedSolutions_Create",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } }, { "simplifiedSolutionsRequestBody": { "$properties": { "properties": [ { "#name": "provisioningState", "Enum": { "new": [ [ "Succeeded", "All Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Solutions are still running or failed." ], [ "Failed", "All Solutions failed to run." ], [ "Running", "All Solutions are still running." ], [ "Canceled", "When Solutions request gets canceled." ] ], "old": [ [ "Succeeded", "All Simplified Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Simplified Solutions are still running or failed." ], [ "Failed", "All Simplified Solutions failed to run." ], [ "Running", "All Simplified Solutions are still running." ], [ "Canceled", "When Simplified Solutions request gets canceled." ] ] } } ] } } } ], "$responses": { "200": { "$properties": { "properties": [ { "#name": "provisioningState", "Enum": { "new": [ [ "Succeeded", "All Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Solutions are still running or failed." ], [ "Failed", "All Solutions failed to run." ], [ "Running", "All Solutions are still running." ], [ "Canceled", "When Solutions request gets canceled." ] ], "old": [ [ "Succeeded", "All Simplified Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Simplified Solutions are still running or failed." ], [ "Failed", "All Simplified Solutions failed to run." ], [ "Running", "All Simplified Solutions are still running." ], [ "Canceled", "When Simplified Solutions request gets canceled." ] ] } } ] } }, "201": { "$properties": { "properties": [ { "#name": "provisioningState", "Enum": { "new": [ [ "Succeeded", "All Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Solutions are still running or failed." ], [ "Failed", "All Solutions failed to run." ], [ "Running", "All Solutions are still running." ], [ "Canceled", "When Solutions request gets canceled." ] ], "old": [ [ "Succeeded", "All Simplified Solutions in the Batch succeeded." ], [ "PartialComplete", "Some Simplified Solutions are still running or failed." ], [ "Failed", "All Simplified Solutions failed to run." ], [ "Running", "All Simplified Solutions are still running." ], [ "Canceled", "When Simplified Solutions request gets canceled." ] ] } } ] } } } }

⚼ Request

PUT:  /{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}
{
api-version: string ,
scope: string ,
simplifiedSolutionsResourceName: string ,
simplifiedSolutionsRequestBody:
{
properties:
{
solutionId: string ,
parameters: object ,
title: string ,
appendix: object ,
content: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
solutionId: string ,
parameters: object ,
title: string ,
appendix: object ,
content: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
solutionId: string ,
parameters: object ,
title: string ,
appendix: object ,
content: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solution_Get (updated)
Description Get the solution using the applicable solutionResourceName while creating the solution.
Reference Link ¶

⚶ Changes

{
  "#id": "Solution_Get",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ], "$responses": { "200": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } } }

⚼ Request

GET:  /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}
{
api-version: string ,
scope: string ,
solutionResourceName: string ,
}

⚐ Response (200)

{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solution_Create (updated)
Description Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and requiredInputs’ from discovery solutions.
Azure solutions comprise a comprehensive library of self-help resources that have been thoughtfully curated by Azure engineers to aid customers in resolving typical troubleshooting issues. These solutions encompass:
(1.) Dynamic and context-aware diagnostics, guided troubleshooting wizards, and data visualizations.
(2.) Rich instructional video tutorials and illustrative diagrams and images.
(3.) Thoughtfully assembled textual troubleshooting instructions.
All these components are seamlessly converged into unified solutions tailored to address a specific support problem area.
Reference Link ¶

⚶ Changes

{
  "#id": "Solution_Create",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } }, { "solutionRequestBody": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } } ], "$responses": { "200": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } }, "201": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } } }

⚼ Request

PUT:  /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}
{
api-version: string ,
scope: string ,
solutionResourceName: string ,
solutionRequestBody:
{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solution_Update (updated)
Description Update the requiredInputs or additional information needed to execute the solution
Reference Link ¶

⚶ Changes

{
  "#id": "Solution_Update",
  "Description": {
    "new": "Update the requiredInputs or additional information needed to execute the solution",
    "old": "Update the requiredInputs or additional information needed to execute the solution "
  },
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } }, { "solutionPatchRequestBody": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } } ], "$responses": [ { "200": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } }, { "#status": "202", "$headers": { "@added_90b2da5f10c746d597cf9e2dcf861e37": { "#name": "azure-asyncoperation", "Description": "A link to the status monitor", "Type": "string" }, "@removed_cbd07264e18e4cbca3d11cda1e59bcc4": { "#name": "location", "Type": "string" } }, "$schema": { "$properties": { "properties": [ { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] }, { "sections": { "$properties": { "replacementMaps": [ { "diagnostics": { "$properties": [ { "#name": "status", "Description": { "new": "Denotes the status of the diagnostic resource.", "old": "The status of the resource." }, "Enum": { "new": [ [ "Failed", "Diagnostic creation failed." ], [ "MissingInputs", "Request is missing required inputs to run." ], [ "Running", "Diagnostic is still running." ], [ "Succeeded", "Diagnostic creation succeeded." ], [ "Timeout", "Diagnostic was timed out." ] ], "old": [ [ "Failed", "" ], [ "MissingInputs", "" ], [ "Running", "" ], [ "Succeeded", "" ], [ "Timeout", "" ] ] } } ] } } ] } } } ] } } } ] }

⚼ Request

PATCH:  /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}
{
api-version: string ,
scope: string ,
solutionResourceName: string ,
solutionPatchRequestBody:
{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
triggerCriteria:
[
{
name: enum ,
value: string ,
}
,
]
,
parameters: object ,
solutionId: string ,
provisioningState: enum ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
diagnostics:
[
{
solutionId: string ,
status: enum ,
statusDetails: string ,
replacementKey: string ,
estimatedCompletionTime: string ,
requiredParameters:
[
string ,
]
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
}
,
]
,
troubleshooters:
[
{
solutionId: string ,
title: string ,
summary: string ,
}
,
]
,
metricsBasedCharts:
[
{
name: string ,
aggregationType: enum ,
timeSpanDuration: string ,
title: string ,
filterGroup:
{
filter:
[
{
name: string ,
values: string ,
operator: string ,
}
,
]
,
}
,
replacementKey: string ,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Solution_WarmUp (updated)
Description Warm up the solution resource by preloading asynchronous diagnostics results into cache
Reference Link ¶

⚶ Changes

{
  "#id": "Solution_WarmUp",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

POST:  /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}/warmup
{
api-version: string ,
scope: string ,
solutionResourceName: string ,
solutionWarmUpRequestBody:
{
parameters: object ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Troubleshooters_Get (updated)
Description Gets troubleshooter instance result which includes the step status/result of the troubleshooter resource name that is being executed.
Get API is used to retrieve the result of a Troubleshooter instance, which includes the status and result of each step in the Troubleshooter workflow. This API requires the Troubleshooter resource name that was created using the Create API.
Reference Link ¶

⚶ Changes

{
  "#id": "Troubleshooters_Get",
  "$parameters": [
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

GET:  /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}
{
api-version: string ,
scope: string ,
troubleshooterName: string ,
}

⚐ Response (200)

{
properties:
{
solutionId: string ,
parameters: object ,
provisioningState: enum ,
steps:
[
{
id: string ,
title: string ,
description: string ,
guidance: string ,
executionStatus: enum ,
executionStatusDescription: string ,
type: enum ,
isLastStep: boolean ,
inputs:
[
{
questionId: string ,
questionType: enum ,
questionTitle: string ,
questionContent: string ,
questionContentType: enum ,
responseHint: string ,
recommendedOption: string ,
selectedOptionValue: string ,
responseValidationProperties:
{
regex: string ,
validationScope: enum ,
isRequired: boolean ,
validationErrorMessage: string ,
maxLength: integer ,
}
,
responseOptions:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
]
,
automatedCheckResults:
{
version: string ,
status: string ,
result: string ,
type: enum ,
}
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Troubleshooters_Create (updated)
Description Creates the specific troubleshooter action under a resource or subscription using the ‘solutionId’ and ‘properties.parameters’ as the trigger.
Azure Troubleshooters help with hard to classify issues, reducing the gap between customer observed problems and solutions by guiding the user effortlessly through the troubleshooting process. Each Troubleshooter flow represents a problem area within Azure and has a complex tree-like structure that addresses many root causes. These flows are prepared with the help of Subject Matter experts and customer support engineers by carefully considering previous support requests raised by customers. Troubleshooters terminate at a well curated solution based off of resource backend signals and customer manual selections.
Reference Link ¶

⚶ Changes

{
  "#id": "Troubleshooters_Create",
  "$parameters": [
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

PUT:  /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}
{
api-version: string ,
scope: string ,
troubleshooterName: string ,
createTroubleshooterRequestBody:
{
properties:
{
solutionId: string ,
parameters: object ,
provisioningState: enum ,
steps:
[
{
id: string ,
title: string ,
description: string ,
guidance: string ,
executionStatus: enum ,
executionStatusDescription: string ,
type: enum ,
isLastStep: boolean ,
inputs:
[
{
questionId: string ,
questionType: enum ,
questionTitle: string ,
questionContent: string ,
questionContentType: enum ,
responseHint: string ,
recommendedOption: string ,
selectedOptionValue: string ,
responseValidationProperties:
{
regex: string ,
validationScope: enum ,
isRequired: boolean ,
validationErrorMessage: string ,
maxLength: integer ,
}
,
responseOptions:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
]
,
automatedCheckResults:
{
version: string ,
status: string ,
result: string ,
type: enum ,
}
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
solutionId: string ,
parameters: object ,
provisioningState: enum ,
steps:
[
{
id: string ,
title: string ,
description: string ,
guidance: string ,
executionStatus: enum ,
executionStatusDescription: string ,
type: enum ,
isLastStep: boolean ,
inputs:
[
{
questionId: string ,
questionType: enum ,
questionTitle: string ,
questionContent: string ,
questionContentType: enum ,
responseHint: string ,
recommendedOption: string ,
selectedOptionValue: string ,
responseValidationProperties:
{
regex: string ,
validationScope: enum ,
isRequired: boolean ,
validationErrorMessage: string ,
maxLength: integer ,
}
,
responseOptions:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
]
,
automatedCheckResults:
{
version: string ,
status: string ,
result: string ,
type: enum ,
}
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
solutionId: string ,
parameters: object ,
provisioningState: enum ,
steps:
[
{
id: string ,
title: string ,
description: string ,
guidance: string ,
executionStatus: enum ,
executionStatusDescription: string ,
type: enum ,
isLastStep: boolean ,
inputs:
[
{
questionId: string ,
questionType: enum ,
questionTitle: string ,
questionContent: string ,
questionContentType: enum ,
responseHint: string ,
recommendedOption: string ,
selectedOptionValue: string ,
responseValidationProperties:
{
regex: string ,
validationScope: enum ,
isRequired: boolean ,
validationErrorMessage: string ,
maxLength: integer ,
}
,
responseOptions:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
]
,
automatedCheckResults:
{
version: string ,
status: string ,
result: string ,
type: enum ,
}
,
insights:
[
{
id: string ,
title: string ,
results: string ,
importanceLevel: enum ,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Troubleshooters_Continue (updated)
Description Uses ‘stepId’ and ‘responses’ as the trigger to continue the troubleshooting steps for the respective troubleshooter resource name.
Continue API is used to provide inputs that are required for the specific troubleshooter to progress into the next step in the process. This API is used after the Troubleshooter has been created using the Create API.
Reference Link ¶

⚶ Changes

{
  "#id": "Troubleshooters_Continue",
  "$parameters": [
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

POST:  /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/continue
{
api-version: string ,
scope: string ,
troubleshooterName: string ,
continueRequestBody:
{
stepId: string ,
responses:
[
{
questionId: string ,
questionType: enum ,
response: string ,
}
,
]
,
}
,
}

⚐ Response (204)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Troubleshooters_End (updated)
Description Ends the troubleshooter action
Reference Link ¶

⚶ Changes

{
  "#id": "Troubleshooters_End",
  "$parameters": [
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

POST:  /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/end
{
api-version: string ,
scope: string ,
troubleshooterName: string ,
}

⚐ Response (204)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Troubleshooters_Restart (updated)
Description Restarts the troubleshooter API using applicable troubleshooter resource name as the input.
It returns new resource name which should be used in subsequent request. The old resource name is obsolete after this API is invoked.
Reference Link ¶

⚶ Changes

{
  "#id": "Troubleshooters_Restart",
  "$parameters": [
    {
      "#name": "scope",
      "Description": {
        "new": "The fully qualified Azure Resource manager identifier of the resource.",
        "old": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read " } } ] }

⚼ Request

POST:  /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/restart
{
api-version: string ,
scope: string ,
troubleshooterName: string ,
}

⚐ Response (200)

{
$headers:
{
location: string ,
}
,
$schema:
{
troubleshooterResourceName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiscoverySolutionNLP_DiscoverSolutions (updated)
Description Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
Reference Link ¶

⚶ Changes

{
  "#id": "DiscoverySolutionNLP_DiscoverSolutions",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "discoverSolutionRequest",
      "Description": {
        "new": "The request body",
        "old": "Request body for discovering solutions using NLP."
      }
    }
  ]
}

⚼ Request

POST:  /providers/Microsoft.Help/discoverSolutions
{
api-version: string ,
discoverSolutionRequest:
{
issueSummary: string ,
resourceId: string ,
serviceId: string ,
additionalContext: string ,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
problemTitle: string ,
problemDescription: string ,
serviceId: string ,
problemClassificationId: string ,
solutions:
[
{
solutionId: string ,
solutionType: enum ,
description: string ,
requiredInputs:
[
string ,
]
,
}
,
]
,
relatedServices:
[
{
serviceId: string ,
displayName: string ,
resourceTypes:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiscoverySolution_List (updated)
Description Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) AND resourceUri or resourceType.
Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions.

Required Input : problemClassificationId (Use the [problemClassification API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP))
Optional input: resourceUri OR resource Type

Note: ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
Reference Link ¶

⚶ Changes

{
  "#id": "DiscoverySolution_List",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "value",
          "Description": {
            "new": "The SolutionMetadataResource items on this page",
            "old": "The list of metadata."
          },
          "Required": {
            "new": true,
            "old": false
          }
        },
        {
          "#name": "nextLink",
          "Description": {
            "new": "The link to the next page of items",
            "old": "The link used to get the next page of solution metadata."
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /providers/Microsoft.Help/discoverySolutions
{
api-version: string ,
$filter: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
solutions:
[
{
solutionId: string ,
solutionType: enum ,
description: string ,
requiredInputs:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (updated)
Description List the operations for the provider
Reference Link ¶

⚶ Changes

{
  "#id": "Operations_List",
  "Description": {
    "new": "List the operations for the provider",
    "old": "Returns list of operations."
  },
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SolutionSelfHelp_Get (updated)
Description Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional video tutorials, links and guides to public documentation related to a specific problem that enables users to troubleshoot Azure issues.
Reference Link ¶

⚶ Changes

{
  "#id": "SolutionSelfHelp_Get",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    }
  ]
}

⚼ Request

GET:  /providers/Microsoft.Help/selfHelp/{solutionId}
{
api-version: string ,
solutionId: string ,
}

⚐ Response (200)

{
properties:
{
solutionId: string ,
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
sections:
[
{
title: string ,
content: string ,
replacementMaps:
{
webResults:
[
{
replacementKey: string ,
searchResults:
[
{
solutionId: string ,
content: string ,
title: string ,
confidence: enum ,
source: string ,
resultType: enum ,
rank: integer ,
link: string ,
}
,
]
,
}
,
]
,
videos:
[
{
replacementKey: string ,
}
,
]
,
videoGroups:
[
{
videos:
[
{
src: string ,
title: string ,
}
,
]
,
replacementKey: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiscoverySolutionNLP_DiscoverSolutionsBySubscription (updated)
Description Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.
Reference Link ¶

⚶ Changes

{
  "#id": "DiscoverySolutionNLP_DiscoverSolutionsBySubscription",
  "$parameters": [
    {
      "#name": "api-version",
      "Description": {
        "new": "The API version to use for this operation.",
        "old": "Client Api Version."
      }
    },
    {
      "#name": "subscriptionId",
      "Description": {
        "new": "The ID of the target subscription. The value must be an UUID.",
        "old": "The Azure subscription ID."
      }
    },
    {
      "#name": "discoverSolutionRequest",
      "Description": {
        "new": "The request body",
        "old": "Request body for discovering solutions using NLP."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Help/discoverSolutions
{
api-version: string ,
subscriptionId: string ,
discoverSolutionRequest:
{
issueSummary: string ,
resourceId: string ,
serviceId: string ,
additionalContext: string ,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
problemTitle: string ,
problemDescription: string ,
serviceId: string ,
problemClassificationId: string ,
solutions:
[
{
solutionId: string ,
solutionType: enum ,
description: string ,
requiredInputs:
[
string ,
]
,
}
,
]
,
relatedServices:
[
{
serviceId: string ,
displayName: string ,
resourceTypes:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}