regenerateObjectStorageKeys
Regenerate Object Storage Keys
POST /object-storage/{object-storage-id}/regenerate-keys HTTP/1.1Parameters
{}Response Schema
{
"type": "object",
"properties": {
"s3_credentials": {
"type": "object",
"properties": {
"s3_hostname": {
"type": "string",
"description": "The [Cluster hostname](#operation/list-object-storage-clusters) for this Object Storage."
},
"s3_access_key": {
"type": "string",
"description": "The new Object Storage access key."
},
"s3_secret_key": {
"type": "string",
"description": "The new Object Storage secret key."
}
}
}
}
}