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

Get Remediation Servertools

Description

This API is used for retrieve the list of remediation rules and actions for a particular notification.

Request

Request

URL

URL


post
https://{api_host}tcsa.host.com/getservertoolslist
Copy

Request Body

Request Body

RemediationServertoolsList of mimetype application/json Required
{
    "event_name": "Failed",
    "is_problem": "false",
    "name": "NOTIFICATION-KubernetesPod_KubernetesPod-011da22f-7978-477f-b0c3-057835c3e62b_Failed",
    "source": "INCHARGE-SA-PRES"
}
string
event_name Required

remediation notification EventName


string
is_problem Required

true or false


string
name Required

remediation notification Name


string
source Required

remediation notification Source


string
notif_class_name Optional

remediation notification ClasName

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns object of type application/json
{
	"CheckManualFilterPolicy1": "slack_action",
	"CheckManualFilterPolicy2": "jira_action"
}
Errors

Errors

400

Invalid Request sent by the user


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"event_name":"Failed","is_problem":"false","name":"NOTIFICATION-KubernetesPod_KubernetesPod-011da22f-7978-477f-b0c3-057835c3e62b_Failed","notif_class_name":"KubernetesPod","source":"INCHARGE-SA-PRES"}' https://{api_host}tcsa.host.com/getservertoolslist


Feedback

Was this page helpful?