Kastle provides devices and software for security & access control. Through this connector, you can normalize your Kastle Oasis and Event Stream data.
Potential use cases include:
The Kastle Connector uses both Oasis Connect and Event Stream Username and Password for authorization, however you will also need both Owner GUIDs as well, which are currently only supplied by Kastle support. They can be reached via [email protected].
Credential | Description |
---|---|
Oasis Connect Username | The Oasis Connect username provided by Kastle |
Oasis Connect Password | The Oasis Connect password provided by Kastle |
Event Stream Username | The Event Stream username provided by Kastle |
Event Stream Password | The Event Stream password provided by Kastle |
Event Stream Owner GUID | The Event Stream Owner GUID provided by Kastle |
Oasis Connect Owner GUID | The Oasis Connect Owner GUID provided by Kastle |
Connector Concept | Mapped Type |
---|---|
BuildingMapping | Building |
Card Reader | Access_Card_Reader |
Data stream | Access_Activity_Status |
Here's an example showing how to retrieve when an access card reader registered a swipe during a specific window of time:
Request ResponseCopy1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ things(filter: {id: {eq: "THG46M9E7eggcTpXW3ZEw3w7k"}}) { id name exactType points { id name exactType series(startTime: "2023-05-20T10:00:00.000", endTime: "2023-05-25T00:00:00.000") { timestamp value { float64Value } } } } }