Download OpenAPI specification:
Documentation with details about endpoints and entities.
| pageToken | string Page token |
| pageSize | string [ 1 .. 512 ] Default: "100" Page size |
| pageSort | string Default: "desc" Enum: "asc" "desc" Sorting order |
{- "nextPageToken": "string",
- "count": 0,
- "result": [
- {
- "id": 0,
- "accessKey": "string",
- "secretKey": "string",
- "user": "string",
- "selectedRole": "string",
- "objectStoreId": 0
}
]
}| user | string |
| selectedRole | string |
| objectStoreId | integer <int64> |
{- "user": "string",
- "selectedRole": "string",
- "objectStoreId": 0
}{- "id": 0,
- "accessKey": "string",
- "secretKey": "string",
- "user": "string",
- "selectedRole": "string",
- "objectStoreId": 0
}| id required | integer <int64> |
{- "id": 0,
- "accessKey": "string",
- "secretKey": "string",
- "user": "string",
- "selectedRole": "string",
- "objectStoreId": 0
}| pageToken | string Page token |
| pageSize | string [ 1 .. 512 ] Default: "100" Page size |
| pageSort | string Default: "desc" Enum: "asc" "desc" Sorting order |
{- "nextPageToken": "string",
- "count": 0,
- "result": [
- {
- "id": 0,
- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "isDefault": true
}
]
}| name | string Name of the object store |
| provider | string Enum: "AWS" "CUSTOM" Specify if this object store is provided by AWS or other S3-compatible object storage service provider |
| endpoint | string Customize the endpoint used for establishing connections to the object storage service |
| accessKeyId | string Access key ID of the credentials to use for authenticating with the object storage service |
| secretAccessKey | string Secret access key to use for authenticating with the object storage service |
{- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "secretAccessKey": "string"
}{- "id": 0,
- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "isDefault": true
}| id required | integer <int64> |
{- "id": 0,
- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "isDefault": true
}| id required | integer <int64> |
{- "errorCode": "INVALID_ARGUMENT",
- "message": "string",
- "detailsType": "string",
- "details": {
- "type": "string"
}
}Partially update an existing object store. Only the fields provided in the request payload will be updated.
| id required | integer <int64> |
| name | string Name of the object store |
| provider | string Enum: "AWS" "CUSTOM" Specify if this object store is provided by AWS or other S3-compatible object storage service provider |
| endpoint | string Customize the endpoint used for establishing connections to the object storage service |
| accessKeyId | string Access key ID of the credentials to use for authenticating with the object storage service |
| secretAccessKey | string Secret access key to use for authenticating with the object storage service |
{- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "secretAccessKey": "string"
}{- "id": 0,
- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "isDefault": true
}When an object store is set as the default, it will be used for S3 governance operations unless another object store is explicitly specified through credentials
| id required | integer <int64> |
{- "id": 0,
- "name": "string",
- "provider": "AWS",
- "endpoint": "string",
- "accessKeyId": "string",
- "isDefault": true
}