GetServers

Retrieve the FactoryTalk Historian servers (Data Archive) that are connected to the API server.

Input Parameter

Item
Description
Request
GET
URL Parameter
None
Request Header
Authentication
: String (required). Bearer Token string returned from the Login action.
Request Body
None
Status Code
  • 200
    : The request succeeded.
  • 401
    : Unauthorized.
  • 403
    : Forbidden.
  • 404
    : Resource not found.
  • 500
    : Internal server error.

Sample

Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Response Body
{ "Result": [{ "ServerName": "HisSrvName", "ServerHost": "HisSrvHost" }], "Success": true, "ErrorMessage": "" }
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal