Retrieves the details of a feature entity.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:GetFeatureEntity |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/instances/{InstanceId}/featureentities/{FeatureEntityId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. Call the ListInstances operation to obtain the ID. |
fs-cn-******** |
| FeatureEntityId |
string |
Yes |
The ID of the feature entity. Call the ListFeatureEntities operation to obtain the ID. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E23EFF09-58AA-5420-934F-8453AE01548D |
| Name |
string |
The name of the feature entity. |
feature_entity_1 |
| ProjectId |
string |
The project ID. |
3 |
| ProjectName |
string |
The name of the project. |
project_1 |
| JoinId |
string |
The join ID used to associate with a feature view. |
user_id |
| Owner |
string |
The Alibaba Cloud account ID of the creator. |
123456789***** |
| GmtCreateTime |
string |
The time when the feature entity was created. |
2021-12-15T23:24:33.132+08:00 |
| ParentFeatureEntityId |
string |
The ID of the parent feature entity. An empty value or 0 indicates a root feature entity. |
1 |
| ParentFeatureEntityName |
string |
The name of the parent feature entity. |
user |
| ParentJoinId |
string |
The join ID of the parent feature entity. |
user_id |
Examples
Success response
JSON format
{
"RequestId": "E23EFF09-58AA-5420-934F-8453AE01548D",
"Name": "feature_entity_1",
"ProjectId": "3",
"ProjectName": "project_1",
"JoinId": "user_id",
"Owner": "123456789*****",
"GmtCreateTime": "2021-12-15T23:24:33.132+08:00",
"ParentFeatureEntityId": "1",
"ParentFeatureEntityName": "user",
"ParentJoinId": "user_id"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.