Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed some errors

...

ParameterDescription
instances(Required) Number of NodeManager instance service instances to launch for the service.
serviceName(Required) Service name as configured in the Myriad configuration file, myriad-config-default.yml.

...

Code Block
http://<IP address>:8192/api/cluster/flexdownservice
	instances=<number of instances)instances>
	serviceName=<name of service>

http://<IP address>:8192/api/cluster/flexupservice
	instances=<number of instances)instances>
	serviceName=<name of service>

...

Code Block
curl -X PUT http://10.10.100.19.:8192/api/cluster/flexdownservices
    -d instances=1
    -d serviceName=jobhistory


The following launches a Node Manager service instance for the jobhistory task:

...