You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
a valid recovery plan configuration specification does not create due to API requiring "kind": "cluster" when referring to a cluster's UUID
Expected behavior
a recovery plan is created with the specification provided
Additional context
fails to create with a vague error about being unprocessable entity. When using check_mode, take the resultant API request body into the Prism Central API directly and returns a more specific error about the lack of kind: cluster
adding in "kind": "cluster" to the resultant request json allows the RP to be created as desired
The text was updated successfully, but these errors were encountered:
Describe the bug
a valid recovery plan configuration specification does not create due to API requiring "kind": "cluster" when referring to a cluster's UUID
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a recovery plan is created with the specification provided
Additional context
fails to create with a vague error about being unprocessable entity. When using check_mode, take the resultant API request body into the Prism Central API directly and returns a more specific error about the lack of kind: cluster
adding in "kind": "cluster" to the resultant request json allows the RP to be created as desired
The text was updated successfully, but these errors were encountered: