You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2016/11/07 07:35:58 UTC

[jira] [Created] (YARN-5843) Documentation wrong for entityType/events rest end point

Bibin A Chundatt created YARN-5843:
--------------------------------------

             Summary: Documentation wrong for entityType/events rest end point
                 Key: YARN-5843
                 URL: https://issues.apache.org/jira/browse/YARN-5843
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Bibin A Chundatt
            Priority: Minor


http(s)://<timeline server http(s) address:port>/ws/v1/timeline/{entityType}/events

{noformat}
entityIds - The entity IDs to retrieve events for.
limit - A limit on the number of events to return for each entity. If null, defaults to 100 events per entity.
windowStart - If not null, retrieves only events later than the given time (exclusive)
windowEnd - If not null, retrieves only events earlier than the given time (inclusive)
eventTypes - Restricts the events returned to the given types. If null, events of all types will be returned.
{noformat}

parameter should be
*entityId*
*eventType*
Mention  comma separated *entityId* and *entitytype* for multiple arguments




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org