Back to index
Summary
Retrieves the current status of the CloudBees CD/RO server, including log messages generated during the startup sequence.blockBooleanoptionalTrue means wait until the server reaches a new state. diagnosticsBooleanoptionalTrue to include server diagnostics. serverStateOnlyBooleanoptionalThe response includes only the serverState element. timeoutIntegeroptionalHow many seconds before the blocking command times out. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getServerStatus( /* optional arguments */ )