caosdb.info.v1¶
caosdb/info/v1/main.proto¶
This is the main file of the caosdb.info.v1 package.
GetSessionInfoRequest¶
Request message for the GetSessionInfo RPC
GetSessionInfoResponse¶
Response message for the GetSessionInfo RPC
Field |
Type |
Label |
Description |
---|---|---|---|
realm |
The realm of the user who owns this session |
||
username |
The name of the user who owns this session |
||
roles |
repeated |
The roles of the user who owns this session |
|
expires |
Seconds until this sessions expires (approximately). |
||
permissions |
repeated |
The permissions of the user who owns this sessions |
GetVersionInfoRequest¶
Request message for the GetVersionInfo RPC
GetVersionInfoResponse¶
Response message for the GetVersionInfo RPC
Field |
Type |
Label |
Description |
---|---|---|---|
version_info |
The version of the server |
VersionInfo¶
The version of an agent (following SemVer 2.0.0)
Field |
Type |
Label |
Description |
---|---|---|---|
major |
Major version number |
||
minor |
Minor version number |
||
patch |
Patch version |
||
pre_release |
Pre-release version |
||
build |
Build metadata |