Create a Copy of Failure Mode
You use this API to make a copy of failure mode.
You can create a new failure mode as a copy of an existing one.
Request
-
HTTP Method: POST
-
URL: Application_URL/services/api/v1/failuremodes/{failureModeId}/copy
-
Authorization: You must have the roles FAILURE_MODE_EDIT or FAILURE_MODE_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
-
If a failure mode with specified ID exists, and you have appropriate authorizations, system creates a new failure mode as a copy of the failure mode and returns the failure mode details.
For more information, see https://help.sap.com/doc/deb9b20fc4544669b0b408d33f3435a4/1902/en-US/FailureModes.html#failuremodes__failuremodeid__copy_post.
-
If a failure mode with specified ID does not exist, or you do not have appropriate authorizations to view it, system returns an appropriate error message.
For more information, see https://help.sap.com/doc/deb9b20fc4544669b0b408d33f3435a4/1902/en-US/FailureModes.html#failuremodes__failuremodeid__copy_post.