Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
KANBAN BUCKET
-
(copied to CRM)
Description
Description
Ops 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
"detail" : "Received JSON for the delivery attribute does not match expected format.",
|
"error" : 400,
|
"errorCode" : "INVALID_JSON_ATTRIBUTE",
|
Please include the comma(,) after "maxDownloads" : "1" for the example to be successful.
Regards
Scope of changes
Please update the HTTP Request Example.