This API is used to query the TDE status.
This API supports only RDS for SQL Server instances.
GET https://{Endpoint}/v3/{project_id}/instances/{instance_id}/tde-status
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. |
instance_id |
Yes |
Instance ID. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. The user token is a response to the API used to obtain a user token. |
GET https://rds.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/3d39c18788b54a919bab633874c159dfin04/tde-status
Name |
Type |
Description |
|---|---|---|
instance_id |
String |
Instance ID. |
tde_status |
String |
TDE status. Enumerated values:
|
{
"instance_id":"3d39c18788b54a919bab633874c159dfin04",
"tde_status":"open"
}
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.