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

Get Server Tools

Description

Fetches all server tools allowed on requested notification

Request

Request

URL

URL


post
https://{api_host}tcsa.host.com/tcsa/api/notification-actions/v1/notifications/server-tools
Copy

Request Body

Request Body

ServerToolsRequest of mimetype application/json Required

request object to fetch all server tools allowed on requested notification

{
    "deDupKey": "Name:NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired$Source:INCHARGE-SA-PRES$"
}
string
deDupKey Required

Unique Id of notification to fetch the server tools

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of ServerToolResponse of type application/json

The request has succeeded

[
	{
		"ActionOutput": " ",
		"DisplayName": "Sample - Open Trouble Ticket",
		"Name": "ICS-ServerProgramAction-Sample - Open Trouble Ticket",
		"UserPrompts": [
			"string"
		]
	}
]
string
ActionOutput Optional

Action Output, ignore this param


string
DisplayName Optional

the server tool name to be used for display purpose


string
Name Optional

The name of the server tool


array of string
UserPrompts Optional

User Prompts, ignore this param

Errors

Errors

401

Unauthorized

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"deDupKey":"Name:NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired$Source:INCHARGE-SA-PRES$"}' https://{api_host}tcsa.host.com/tcsa/api/notification-actions/v1/notifications/server-tools
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: request


Feedback

Was this page helpful?