[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Clone User Preference
DescriptionThis API is used for cloning the existing user-preference. If the requested “id” is defined as “parent_id” of any other user-preferences then those user-preferences will be also cloned.
Request
URLURL
https://{api_host}tcsa.host.com/tcsa/api/configuration-management/v2/user-preferences/{id}/clone
Path Parameters
Path Parameters
string
id
Required
Unique id, to indentify the user-preference
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Response Headers
string
Location
Provide information about the location of a cloned resource.
Errors
401
Unauthorized
404
Resource not found
500
Internal server error
Code Samples
cURL Command
curl -X POST https://{api_host}tcsa.host.com/tcsa/api/configuration-management/v2/user-preferences/{id}/clone
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance