Skip to main content

discovery_solution_nlps

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

Overview

Namediscovery_solution_nlps
TypeResource
Idazure_extras.help.discovery_solution_nlps

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_subscriptionexecsubscriptionId, 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
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

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

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