Creates a FeatureStore instance. This operation is idempotent. If an instance is already running or initializing in the same account, this operation returns the existing instance ID.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:CreateInstance |
create |
*All Resource
|
None | None |
Request syntax
POST /api/v1/instances HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Type |
string |
No |
The instance type. The only supported value is |
Basic |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object |
||
| RequestId |
string |
The request ID. |
C33E160C-BFCA-5719-B958-942850E949F6 |
| InstanceId |
string |
The instance ID. |
featureStore-cn-7mz2xfu**** |
| Code |
string |
The error code. |
InstanceAlreadyExistsErrorProblem |
Examples
Success response
JSON format
{
"RequestId": "C33E160C-BFCA-5719-B958-942850E949F6",
"InstanceId": "featureStore-cn-7mz2xfu****",
"Code": "InstanceAlreadyExistsErrorProblem"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.