pingAllResources

On this page
Back to index

Summary

Pings all resources.
request
Stringrequired
This parameter and the value displayed are required; request=pingAllResources must appear in your query string.
block
Booleanoptional
If true, the operation blocks until all resources have been pinged.
enabledOnly
Booleanoptional
If true, the operation checks only enabled resources.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.pingAllResources( request: "test-request" /* optional arguments */ )