Skip to main content

discovery_solution_nlp

Creates, updates, deletes, gets or lists a discovery_solution_nlp resource.

Overview

Namediscovery_solution_nlp
TypeResource
Idazure_extras.self_help.discovery_solution_nlp

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
discover_solutionsexecissueSummarySearch for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
discover_solutions_by_subscriptionexecsubscription_id, issueSummarySearch for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstringThe Azure subscription ID. Required.

Lifecycle Methods

Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.

EXEC azure_extras.self_help.discovery_solution_nlp.discover_solutions 
@@json=
'{
"issueSummary": "{{ issueSummary }}",
"resourceId": "{{ resourceId }}",
"serviceId": "{{ serviceId }}",
"additionalContext": "{{ additionalContext }}"
}'
;