Name
DBGet — Gets AstDB entry
This action retrieves a value from the AstDB
database.
Parameters
-
Family
[required] The AstDB key family from
which to retrieve the value
-
Key
[required] The name of the AstDB
key.
-
ActionID
[optional] An identifier that can be used
to identify the response to this action.
Example
Action: DBGet
Family: testfamily
Key: mykey
ActionID: 01234-astdb-43210
Response: Success
Message: Result will follow
ActionID: 01234-astdb-43210
Event: DBGetResponse
Family: testfamily
Key: mykey
Val: 42
ActionID: 01234-astdb-43210