pingAllResources

On this page
Back to index

Summary

Pings all resources.
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( /* optional arguments */ )