查询场景详情
功能介绍
查询指定场景的详情。
调试
您可以在API Explorer中调试该接口。
URI
GET /v2.0/{project_id}/workspaces/{workspace_id}/scenes/{scene_id}
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目id,获取方式请参见获取项目ID。 |
scene_id |
是 |
String |
场景id。 |
workspace_id |
是 |
String |
工作空间id。 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
Content-Type |
是 |
String |
内容类型,取值为application/json。 |
X-Auth-Token |
是 |
String |
用户token,获取方式请参见获取用户Token。 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
is_success |
Boolean |
是否成功。 |
scene |
res_scene object |
场景详情。 |
message |
String |
返回消息(请求成功时,不返回此字段)。 |
error_code |
String |
错误码(请求成功时,不返回此字段)。 |
参数 |
参数类型 |
描述 |
---|---|---|
category |
String |
类型。 |
datasource_id |
String |
数据源id。 |
ds_config |
DataConfig object |
数据源配置。 |
scene_id |
String |
场景id。 |
scene_name |
String |
场景名称。 |
type |
String |
场景类型。 |
service_type |
String |
服务类型。 |
status |
String |
状态。 |
workspace_id |
String |
工作空间id。 |
created_at |
Integer |
创建时间。 |
update_at |
Integer |
更新时间。 |
specs_config |
SpecsConfig object |
计算规格。 |
参数 |
参数类型 |
描述 |
---|---|---|
user_url |
String |
用户数据url。 |
item_url |
String |
物品数据url。 |
behavior_url |
String |
行为数据url。 |
请求示例
查询场景详情
/v2.0/testuuidxxxxxxxxxxxxxxxxxxxxxxxx/workspaces/testuuidxxxxxxxxxxxxxxxxxxxxxxxx/scenes/testuuidxxxxxxxxxxxxxxxxxxxxxxxx -
响应示例
状态码: 200
OK
{ "scene" : { "type" : "UI", "service_type" : "rank", "ds_config" : { "time_interval" : 30 }, "specs_config" : { "offline" : "4CU", "nearline" : "2CU", "rank" : "8CU", "online_tps" : 10 }, "scene_name" : "jby-test-0227-4", "category" : "customize", "scene_id" : "f715e1c61f1f40489b2e4594650fffd8", "datasource_id" : "6a3475a7dd11492e8d14f73a3719333b", "status" : "INITIALIZED", "created_at" : 1584628346333, "update_at" : 1584628346333, "workspace_id" : "68887f2a855f45e7ab4850ecc7ca28c2" }, "is_success" : true }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
错误码
请参见错误码。