getControllers

getControllers is a method on the ANT class that retrieves the controllers of the configured ANT process.

getControllers does not require authentication.

Examples

getControllers

const controllers = await ant.getControllers();

Parameters

The getControllers method does not accept any parameters.

Output

["ccp3blG__gKUvG3hsGC2u06aDmqv4CuhuDJGOIg0jw4"]

Was this page helpful?