[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

Configure SMS Server API


This API allows the user to to view SMS server details and configure SMS server parameters. This API is designed to support GET and POST requests.

Syntax

GET Request

Whenever the request is sent by "GET" method, the data corresponding to the API will be listed.

https://[HOST]:[PORT]/AppManager/xml/SMSServer?apikey=[apikey]

POST Request

When the request is sent by "POST" method, the corresponding data will be added/updated.

https://[HOST]:[PORT]/AppManager/xml/SMSServer?apikey=[apikey]

Supported HTTP methods: GET, POST

Allowed roles: Administrator

Request Parameters

The parameters involved in the API request are described below:

Field Description       
SMSPort The port in which the modem is connected.

Sample Request

https://apm-prod-server:8443/AppManager/xml/SMSServer?apikey=aaaaaabbbbbbccccccddddddeeeeee

Back to Top