CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/historianConnections (Get)
Get/projects/{projectId}/historianConnections
Description
returns a list of historianConnections in a project that satisfy the filter criteria
Parameters
NameDescriptionData Type
the id of the project to look instring
number of records to skip for paginationinteger (int32)
maximum number of records to returninteger (int32)
provides a wild card string to filter connections by their connectionID.string
a wild card string to filter the connection list by server name.string
a wild card string to filter the connection list by description.string
200 Response

The response body is of type HistorianConnectionsGetResponse.

The collection of historian connections that satisfy the query.

Overview

HistorianConnectionsGetResponse
The results of the historian connections get query.
HistorianConnections : Array[CimHistorianConnection]
ConnectonID : string
ServerName : string
Description : string
UserID : string
Passsword : string
UsesIdentity : boolean
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
project with the given id is not registered on the system
Remarks
By passing a registered project id you can get a list of classes in this project
See Also