- Notifications
You must be signed in to change notification settings - Fork178
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
RS: Add fields and descriptions returned by /v1/actions to REST API reference#1257
Conversation
| node_uid | string | UID of the node where the operation runs (optional) | | ||
| object_name | string | The object that the action runs on (optional) | | ||
| state | string | The current state of the state machine (optional) | | ||
| pending_ops | JSON object | List of operations that are waiting to run (optional) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@rrelledge Could you please get more details from Nikolay about the fields that are included in pending ops and about it's strcuture
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yes, I will ask.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Text LGTM
DOC-4920