We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both web services are self-describing, using the options pattern to describe what the client can do.
options
ExecutionBroker broker response
offers: - ident: 001 status: "OFFERED" .... options: - path: "status" values: ["ACCEPTED, REJECTED"] ....
ExecutionBroker individual offer
offer: - ident: 001 status: "OFFERED" .... options: - path: "status" values: ["ACCEPTED, REJECTED"] ....
ExecutionWorker individual session
session: - ident: 361 status: "RUNNING" .... options: - path: "status" values: ["CANCELLED"] ....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both web services are self-describing, using the
options
pattern to describe what the client can do.ExecutionBroker broker response
ExecutionBroker individual offer
ExecutionWorker individual session
The text was updated successfully, but these errors were encountered: