POST api/Keep/ClusterGetSingle

Request Information

URI Parameters

None.

Body Parameters

ClusterGetSingleRequestModel
NameDescriptionTypeAdditional information
ClusterId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClusterId": 1
}

Response Information

Resource Description

HSMCluster
NameDescriptionTypeAdditional information
ClusterId

integer

None.

ClusterName

string

Max length: 250

Active

boolean

None.

DateChanged

date

None.

DateStarted

date

None.

ChangedBy

integer

None.

Gates

Collection of HSMGates

None.

Response Formats

application/json, text/json

Sample:
{
  "ClusterId": 1,
  "ClusterName": "sample string 2",
  "Active": true,
  "DateChanged": "2025-11-04T01:03:56.3695658+00:00",
  "DateStarted": "2025-11-04T01:03:56.3695658+00:00",
  "ChangedBy": 1,
  "Gates": [
    {
      "GateId": 1,
      "GateName": "sample string 2",
      "GateURL": "sample string 3",
      "HSMType": 0,
      "Active": true,
      "DateChanged": "2025-11-04T01:03:56.3695658+00:00",
      "DateStarted": "2025-11-04T01:03:56.3695658+00:00",
      "ChangedBy": 1
    },
    {
      "GateId": 1,
      "GateName": "sample string 2",
      "GateURL": "sample string 3",
      "HSMType": 0,
      "Active": true,
      "DateChanged": "2025-11-04T01:03:56.3695658+00:00",
      "DateStarted": "2025-11-04T01:03:56.3695658+00:00",
      "ChangedBy": 1
    }
  ]
}