v4

latestSwagger 2.0raw.githubusercontent.com2019-11-283597141.5 KB
ValidateProbe

Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.

post/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/validateProbe

Path parameters

subscriptionIdstring required

Azure Subscription ID.

Query parameters

api-versionstring required

Version of the API to be used with the client request. Current version is 2017-04-02.

Request body

probeURLstring required

The probe URL to validate.

Response

OK. The request has succeeded.

isValidboolean

Indicates whether the probe URL is accepted or not.

errorCodestring

Specifies the error code when the probe url is not accepted.

messagestring

The detailed error message describing why the probe URL is not accepted.