Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add link back to configuring for services section

The Service REST API uses the PUT /api/cluster/flexupservice and flexdownservice HTTP method and URI to dedicated resources to Myriad services. To launch services, such as JobHistoryServer, as a task from the Myriad Framework, the service must be defined in the Myriad configuration file, myriad-config-default.yml. See Configuring for JobHistoryServer and Other Serives for more information.

HTTP Method and URI

Code Block
PUT /api/cluster/flexupservice
PUT /api/cluster/flexdownservice

...