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

Create User Preference

Description

This API is used for creating a new user-preference configuration.

Request

Request

URL

URL


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

Request Body

Request Body

of mimetype application/json Optional
This request body requires only one of the following: CONSOLE, VIEWS
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns UserPreferenceCreateResponse of type application/json
string
id Required

Id of newly created resource.

Response Headers
string
Location

Provide information about the location of a cloned resource.

Errors

Errors

401

Unauthorized


404

Resource not found


409

The requested resource with the name, already exist.


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" https://{api_host}tcsa.host.com/tcsa/api/configuration-management/v1/user-preferences


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

Was this page helpful?