batch-commands

Registered by Adam Young

e a file with a batch of commands and to send them across the wire all together. For example, adding a list of 50 users can be performed in one network round trip as opposed to 50 individual trips. To make this work, we provide a new URI

keystone/3.0/batch

It accepts only a post command. The body of the command is a JSON file (XML to be specified separately) that contains a list of the commands to execute.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Adam Young
Direction:
Needs approval
Assignee:
None
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Dolph Mathews

Related branches

Sprints

Whiteboard

the conventional approach to the use case described above is to allow POST'ing a collection of resources all at once, e.g. POST /users {"users": [{ ... }, { ... }, ... ]}

Agreed. Lets keep this one around, even if we are not planning on implementing it for now.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.