[DOCS-12396] HTTP Request Example for Create One Restore Job for One Cluster API have some issue Created: 25/Jan/19 Updated: 29/Oct/23 Resolved: 29/Jan/19 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | Ops Manager |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Gaurav Gupta | Assignee: | Steve Renaker (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | API | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 5 years, 5 days ago |
| Description |
DescriptionOps Manager version 4.0 documentation for Create One Restore Job for One Cluster have 2 issues . 1. The API Resource says {CLUSTER-ID}to be used in request. While the HTTP Request Example changes this to {CLUSTER-NAME}. This is not very major issue but still confuses customers. Please update the HTTP Request Example. 2. HTTP Request Example has a missing comma(,) after "maxDownloads" : "1" . This leads to error
Please include the comma(,) after "maxDownloads" : "1" for the example to be successful. Regards Scope of changesPlease update the HTTP Request Example. Impact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Githook User [ 09/Feb/19 ] |
|
Author: {'name': 'Steve Renaker', 'email': 'steve.renaker@10gen.com', 'username': 'steveren'}Message: |
| Comment by Steve Renaker (Inactive) [ 30/Jan/19 ] |
|
Hi gaurav.gupta – the pull request is merged into the master branch, and the new content will go live next time we publish the docs. PR is here: https://github.com/10gen/mms-docs/pull/2103 Thanks for opening the ticket. |
| Comment by Gaurav Gupta [ 30/Jan/19 ] |
|
The HTTP Request Example for Create One Restore Job for One Cluster is not yet updated at the time of writing the comment. |