Vault List
Vault List
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
code integer
msg string
data object[]
businessType integer
Business type:0:self-hosted 2:waas 3:fully hosted
vaultInfoOfOpenApiList object[]
Vault information
vaultId string
Vault id
vaultName string
Vault name
createTime string
Creation time, format yyyy-MM-dd HH:mm:ss
authorityType string
Permission type:0 All, 1 Query, 2 Operation, 3 Withdrawal, 4 Any transaction, Description:apiKey is bound to the permissions of the vault, and this field parameter appears in the form of multiple permission combinations, separated by commas. For example:"1,3"
success boolean
{
"code": 200,
"msg": "",
"data": [
{
"businessType": 2,
"vaultInfoOfOpenApiList": [
{
"vaultId": "450632968208222",
"vaultName": "Test vault",
"createTime": "2023-08-16 16:04:49",
"authorityType": "1"
}
]
}
],
"success": true
}
Loading...