[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Clone User Preference

Description

This 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

Request

URL

URL


post
https://{api_host}tcsa.host.com/tcsa/api/configuration-management/v2/user-preferences/{id}/clone
Copy

Path Parameters

Path Parameters

string
id Required

Unique id, to indentify the user-preference


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns CloneResponse of type application/json
string
id Required

Id of newly cloned resource.

Response Headers
string
Location

Provide information about the location of a cloned resource.

Errors

Errors

401

Unauthorized


404

Resource not found


500

Internal server error

Code Samples

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
Feedback

Was this page helpful?