[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Create User Preference
DescriptionThis API is used for creating a new user-preference configuration.
Request
URLURL
https://{api_host}tcsa.host.com/tcsa/api/configuration-management/v1/user-preferences
Authentication
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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
401
Unauthorized
404
Resource not found
409
The requested resource with the name, already exist.
500
Internal server error
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