Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #540 - Document Search Endpoint #551

Merged
merged 3 commits into from
Sep 16, 2015
Merged

Fixes #540 - Document Search Endpoint #551

merged 3 commits into from
Sep 16, 2015

Conversation

mwasn
Copy link
Member

@mwasn mwasn commented Sep 15, 2015

No description provided.

## Searching for a Job

Searching for a job with known attributes can be helpful when a large amount of jobs are being deployed. The list of possible attributes is described in the [Job Configuration](#job-configuration) section.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all of those attributes are supported by the search, see: https://github.com/mesos/chronos/blob/master/src/main/scala/org/apache/mesos/chronos/scheduler/api/JobManagementResource.scala#L221

The search endpoints accepts the following parameters:

  • name
  • command
  • any (which is quite misleading as it actually means "name or command").

We should also mention how the search works. It will convert both the search term and the desired job attribute to lower case and then check if the job attribute contains the term.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listed the available attributes and description.

Marcus Wasner added 2 commits September 15, 2015 18:26
Incorporating comments of gkleiman.
Found a misspelling and fixed it.
@kolloch
Copy link

kolloch commented Sep 16, 2015

Thanks! 🎆

kolloch pushed a commit that referenced this pull request Sep 16, 2015
Fixes #540 - Document Search Endpoint
@kolloch kolloch merged commit 88522b5 into mesos:master Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants