POST api/Keep/GateGetAll

Request Information

URI Parameters

None.

Body Parameters

GateGetAllRequestModel
NameDescriptionTypeAdditional information
ClusterId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClusterId": 1
}

Response Information

Resource Description

Collection of HSMGates
NameDescriptionTypeAdditional information
GateId

integer

None.

GateName

string

Max length: 250

GateURL

string

Max length: 250

HSMType

HSMTypeEnum

None.

Active

boolean

None.

DateChanged

date

None.

DateStarted

date

None.

ChangedBy

integer

None.

Response Formats

application/json, text/json

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