directors

Sets the primary and secondary Directors for the Daemons, overriding the values in the configuration.

Example Request

PUT http://example.com:8080/livecluster/rest/engineDaemon/directors

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

id

Long

Engine Daemon ID whose Primary and Secondary Directors whose primary and secondary Directors need to be overridden

3574664343712327623
primary

String

Name of the Primary Director

http://example.com:8080
secondary

String

Name of Secondary Director

http://win64vm218.rofa.
tibco.com:8080

Example Response

204 no content

Result: The primary and secondary Directors for the specified Engine Daemon are set.