Name
DBPut — Puts DB entry
Sets a key value in the AstDB database.
Parameters
-
Family
[required ]The AstDB key family in which
to set the value.
-
Key
[required] The name of the AstDB
key.
-
Val
[required ]The value to assign to the
key.
-
ActionID
[optional] An identifier that can be used
to identify the response to this action.
Example
Action: DBPut
Family: testfamily
Key: mykey
Val: 42
ActionID: testing123
Response: Success
Message: Updated database successfully
ActionID: testing123