GetPointSourceInfo

Retrieve the point source limit and the license activation allocation information.

Input Parameter

Item
Description
Request
GET
URL Parameter
  • ServerName
    : String (required). The FactoryTalk Historian server (Data Archive) name.
  • PointSource
    : String (required). The unique, single-character or multi-character string that is used to identify a Historian point as a point that belongs to a particular interface.
Request Header
Authentication
: String (required). Bearer Token string returned from the Login action.
Request Body
None
Status Code
  • 200
    : The request succeeded.
  • 400
    : Bad request. For example, the URL parameter is not provided.
  • 401
    : Unauthorized.
  • 403
    : Forbidden.
  • 404
    : Resource not found.
  • 500
    : Internal server error.

Sample

Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
ServerName=HisSrvName Name&pointSource=FTHAPI
Response Body
{ "Result": { "Total": 100000, "InUse": 7 }, "Success": true, "ErrorMessage": "" }
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal