Skip to main content

validate_probes

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

Overview

Namevalidate_probes
TypeResource
Idazure.cdn.validate_probes

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
validate_probeexecsubscription_id, probeURLCheck 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.

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_idstring

Lifecycle Methods

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.

EXEC azure.cdn.validate_probes.validate_probe 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"probeURL": "{{ probeURL }}"
}'
;