EngineDaemonAdmin
EngineDaemonAdmin APIs provide administrative access to the Engine Daemons on a Director. They are listed in the following table:
Method |
Method Type |
Description |
GET |
Retrieves information about all the Engine Daemons logged in to the Director. |
|
GET |
Retrieves the names and descriptions from the default Engine property list. |
|
GET |
Retrieves the total number of Engine Daemons logged in to the Director. |
|
GET |
Retrieves the list of Engine Daemon IDs logged in to the Director. |
|
GET |
Retrieves information about the given Engine Daemon logged in to the Director. |
|
POST |
Retrieves information about all the Engine Daemons logged in to the Director that match the Engine Condition. |
|
GET |
Retrieves the log file URLs from the given Engine Daemon when Engine Logging is enabled on the Server. |
|
POST |
Retrieves information about a given Engine Daemon logged in to the Director. |
|
GET |
Retrieves whether the methods are available. |
|
DELETE |
Removes the default property. |
|
DELETE |
Removes a property from the Engine Daemon. |
|
DELETE |
Removes a property from selected Engine Daemons that match the Engine Condition. |
|
PUT |
Forces the Engine Daemon to log off and restart. |
|
POST |
Forces those Engine Daemons that match the Engine Condition to log off and restart. |
|
PUT |
Sets whether all Engine Daemons can run Engines. |
|
PUT |
Sets whether all Engines have to be started manually or automatically. |
|
PUT |
Sets the configuration to run on the Engines. |
|
POST |
Sets the configuration to run on the Engines that match the Engine Condition. |
|
PUT |
Creates a new default Engine Property and its description. |
|
PUT |
Sets the primary and secondary Directors for the Daemons, overriding the values in the configuration. |
|
POST |
Sets the primary and secondary Directors on the Daemons for the Daemons that match the Engine condition, overriding the values in the configuration. |
|
PUT |
Sets whether the Engine Daemon can run Engines. |
|
POST |
Sets whether the Engine Daemon that matches the Engine Condition can run Engines. |
|
PUT |
Sets the number of Engine instances to run, overriding the value in the configuration. |
|
POST |
Sets the number of Engine instances to run, overriding the value in the configuration for Engines that match the Engine Conditions. |
|
PUT |
Sets a property on the Engine Daemon. |
|
POST |
Sets a property on selected Engine Daemons that match the Engine Condition. |
|
PUT |
Sets whether the Engines have to be started manually or automatically. |
|
POST |
Sets whether the Engines that match the Engine Condition have to be started manually or automatically. |