GetInstance
Retrieves the details of a FeatureStore instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:GetInstance |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v1/instances/{InstanceId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. You can call the ListInstances operation to obtain this ID. |
fs-cn-******** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
1C5B1511-8A5B-59C3-90AF-513F9210E882 |
| Status |
string |
The status of the instance. Valid values:
|
Running |
| RegionId |
string |
The region where the instance is deployed. |
cn-hangzhou |
| GmtCreateTime |
string |
The time when the instance was created. The time is in the ISO 8601 format. |
2023-07-04T11:26:09.036+08:00 |
| GmtModifiedTime |
string |
The time when the instance was last updated. The time is in the ISO 8601 format. |
2023-07-04T11:26:09.036+08:00 |
| Progress |
number |
The progress of instance provisioning. |
0.8 |
| Message |
string |
The message that is returned for the instance provisioning. |
Success |
| Type |
string |
The type of the instance. |
Basic |
FeatureDBInstanceInfo
deprecated
|
object |
The information about the FeatureDB instance. |
|
| Status |
string |
The status of the instance. |
|
| FeatureDBInfo |
object |
The information about the FeatureDB instance. |
|
| Status |
string |
The status of the instance. |
Examples
Success response
JSON format
{
"RequestId": "1C5B1511-8A5B-59C3-90AF-513F9210E882",
"Status": "Running",
"RegionId": "cn-hangzhou",
"GmtCreateTime": "2023-07-04T11:26:09.036+08:00",
"GmtModifiedTime": "2023-07-04T11:26:09.036+08:00",
"Progress": 0.8,
"Message": "Success",
"Type": "Basic",
"FeatureDBInstanceInfo": {
"Status": ""
},
"FeatureDBInfo": {
"Status": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.