This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions

post/{scope}/providers/Microsoft.Help/checkNameAvailability

Path parameters

scopestring required

The fully qualified Azure Resource manager identifier of the resource.

Parameters

../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter — unresolved $ref

Request body

CheckNameAvailabilityRequest required— unresolved $ref

Response

The request has succeeded.

nameAvailableboolean

Returns true or false depending on the availability of the name

reasonstring

Reason for why value is not available. This field is returned if nameAvailable is false.

messagestring

Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false.

Changes