POST api/Atlas/GateGetSingle

Request Information

URI Parameters

None.

Body Parameters

GateGetSingleRequestModel
NameDescriptionTypeAdditional information
KeepId

integer

None.

ClusterId

integer

None.

GateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "KeepId": 1,
  "ClusterId": 2,
  "GateId": 3
}

Response Information

Resource Description

HSMGates
NameDescriptionTypeAdditional information
GateId

integer

None.

GateName

string

None.

GateURL

string

None.

HSMType

HSMTypeEnum

None.

Active

boolean

None.

DateChanged

date

None.

DateStarted

date

None.

ChangedBy

integer

None.

Result

RequestResult

None.

Response Formats

application/json, text/json

Sample:
{
  "GateId": 1,
  "GateName": "sample string 2",
  "GateURL": "sample string 3",
  "HSMType": 0,
  "Active": true,
  "DateChanged": "2025-12-06T03:30:25.1047223+00:00",
  "DateStarted": "2025-12-06T03:30:25.1047223+00:00",
  "ChangedBy": 1,
  "Result": {
    "Success": true,
    "Message": "sample string 2"
  }
}