IoT Connectivity Engine Backend API
Version: 1.2
BasePath:/api/v1
Access
[ Jump to Models ]
Table of Contents
Up
delete /backend/event_data
(deleteData)
データ削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/event_data/{data_type}
(deleteDataType)
データ削除
Path parameters
data_type (required)
Path Parameter — データ種別
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
get /backend/event_data
(searchData)
データ取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"data_type" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデータ
DataResponse
default
エラー
ErrorResponse
Up
get /backend/event_data/{data_type}
(searchDataType)
データ取得
Path parameters
data_type (required)
Path Parameter — データ種別
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"data_type" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデータ
DataResponse
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/device_adapter/{object_id}
(operationDeviceAdapterId)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — デバイスアダプタへの指示内容
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/device/{object_id}
(operationDeviceId)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — デバイスへの指示内容
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/edge_application/{object_id}
(operationEdgeApplicationId)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — エッジアプリケーションへの指示内容
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/lwm2m
(operationLwm2m)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/lwm2m/{object_id}
(operationLwm2mId)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — デバイスへの指示内容
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/context
(searchContext)
コンテキストの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したコンテキスト情報
ContextFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/device
(searchDevice)
デバイスの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデバイス情報
DeviceFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/device_adapter
(searchDeviceAdapter)
デバイスアダプタの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデバイスアダプタ情報
DeviceAdapterFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/device_adapter/{object_id}
(searchDeviceAdapterId)
デバイスアダプタの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデバイスアダプタ情報
DeviceAdapterFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/device/{object_id}
(searchDeviceId)
デバイスの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデバイス情報
DeviceFindResponse
default
エラー
ErrorResponse
(searchEdge)
エッジ情報を取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したエッジ情報
EdgeFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/edge_application
(searchEdgeApplication)
エッジアプリケーションの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したエッジアプリケーション情報
EdgeApplicationFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/edge_application/{object_id}
(searchEdgeApplicationId)
エッジアプリケーションの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したエッジアプリケーション情報
EdgeApplicationFindResponse
default
エラー
ErrorResponse
(searchEdgeId)
エッジ情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
fields (optional)
Query Parameter — フィールド条件
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したエッジ情報
EdgeFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/lwm2m
(searchLwm2m)
LwM2Mデバイスの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したLwM2Mデバイス情報
Lwm2mFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/lwm2m/{object_id}
(searchLwm2mId)
LwM2Mデバイスの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したLwM2Mデバイス情報
Lwm2mFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/processor
(searchProcessor)
プロセッサの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したプロセッサ情報
ProcessorFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/processor/{object_id}
(searchProcessorId)
プロセッサの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したプロセッサ情報
ProcessorFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/topology
(searchTopology)
プロセッサの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
取得したトポロジ情報
TopologyFindResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/topology/{object_id}
(searchTopologyId)
トポロジの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したトポロジ情報
TopologyFindResponse
default
エラー
ErrorResponse
Up
post /backend/file/collection
(collectFile)
ファイル登録
Consumes
This API call consumes the following media types via the
Content-Type request header:
Form parameters
file (required)
Form Parameter —
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
default
エラー
ErrorResponse
Up
delete /backend/file/delivery
(deleteFile)
ファイル削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
default
エラー
ErrorResponse
Up
delete /backend/file/delivery/{file_id}
(deleteFileId)
ファイル削除
Path parameters
file_id (required)
Path Parameter — ファイルID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
default
エラー
ErrorResponse
Up
get /backend/file/delivery
(searchFile)
ファイル情報取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"file_name" : "aeiou",
"file_id" : "aeiou",
"_id" : "aeiou",
"url" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したファイル情報
FileFindResponse
default
エラー
ErrorResponse
Up
get /backend/file/delivery/{file_id}
(searchFileId)
ファイル情報取得
Path parameters
file_id (required)
Path Parameter — ファイルID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
fields (optional)
Query Parameter — フィールド条件
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"file_name" : "aeiou",
"file_id" : "aeiou",
"_id" : "aeiou",
"url" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したファイル情報
FileFindResponse
default
エラー
ErrorResponse
Up
post /backend/file/delivery
(uploadFile)
ファイル登録
Consumes
This API call consumes the following media types via the
Content-Type request header:
Form parameters
file (required)
Form Parameter —
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"file_name" : "aeiou",
"file_id" : "aeiou",
"_id" : "aeiou",
"url" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
登録したファイルの情報
FileInfo
default
エラー
ErrorResponse
Up
delete /backend/ma/event_data
(deleteMaData)
データ削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/ma/event_data/{data_type}
(deleteMaDataType)
データ削除
Path parameters
data_type (required)
Path Parameter — データ種別
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/ma/op_info
(deleteMaOperation)
オペレーション情報削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/ma/op_info/{op_id}
(deleteMaOperationId)
オペレーション情報削除
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/ma/op_result
(deleteMaOperationResult)
オペレーション実行結果削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/ma/op_result/{op_id}
(deleteMaOperationResultId)
オペレーション実行結果削除
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/ma
(operationMa)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
put /edge/{edge_id}/ma/{object_id}
(operationMaId)
オペレーション実行
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Query parameters
group (optional)
Query Parameter — グループ名(edge_id=0の時に指定)
op_type (required)
Query Parameter — オペレーションタイプ
Return type
Example data
Content-Type: application/json
{
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
202
オペレーションID
OperationInfo
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/ma
(searchMa)
管理アプリケーションの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得した管理アプリケーション情報
ManagementApplicationFindResponse
default
エラー
ErrorResponse
Up
get /backend/ma/event_data
(searchMaData)
データ取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"data_type" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデータ
DataResponse
default
エラー
ErrorResponse
Up
get /backend/ma/event_data/{data_type}
(searchMaDataType)
データ取得
Path parameters
data_type (required)
Path Parameter — データ種別
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
partition (optional)
Query Parameter — パーティションを指定
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"data_type" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したデータ
DataResponse
default
エラー
ErrorResponse
Up
get /edge/{edge_id}/ma/{object_id}
(searchMaId)
管理アプリケーションの情報を取得
Path parameters
edge_id (required)
Path Parameter — エッジID
object_id (required)
Path Parameter — オブジェクトID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"object_type" : "aeiou",
"payload" : "{}",
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得した管理アプリケーション情報
ManagementApplicationFindResponse
default
エラー
ErrorResponse
Up
get /backend/ma/op_info
(searchMaOperation)
オペレーション情報取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション情報
OperationFindResponse
default
エラー
ErrorResponse
Up
get /backend/ma/op_info/{op_id}
(searchMaOperationId)
オペレーション情報取得
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
fields (optional)
Query Parameter — フィールド条件
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション情報
OperationFindResponse
default
エラー
ErrorResponse
Up
get /backend/ma/op_result
(searchMaOperationResult)
オペレーション実行結果取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : {
"success" : true
},
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"op_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション実行結果
OperationResultFindResponse
default
エラー
ErrorResponse
Up
get /backend/ma/op_result/{op_id}
(searchMaOperationResultId)
オペレーション実行結果取得
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : {
"success" : true
},
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"op_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション実行結果
OperationResultFindResponse
default
エラー
ErrorResponse
Up
delete /backend/op_info
(deleteOperation)
オペレーション情報削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/op_info/{op_id}
(deleteOperationId)
オペレーション情報削除
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/op_result
(deleteOperationResult)
オペレーション実行結果削除
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
Up
delete /backend/op_result/{op_id}
(deleteOperationResultId)
オペレーション実行結果削除
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
Return type
Example data
Content-Type: application/json
{
"count" : 0
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
削除件数
DeleteResponse
default
エラー
ErrorResponse
(searchOperation)
オペレーション情報取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション情報
OperationFindResponse
default
エラー
ErrorResponse
Up
get /backend/op_info/{op_id}
(searchOperationId)
オペレーション情報取得
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
fields (optional)
Query Parameter — フィールド条件
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"updated_at" : "aeiou",
"op_data" : {
"method" : "aeiou",
"op_type" : "aeiou",
"body" : "{}",
"url" : "aeiou",
"target" : {
"app_type" : "aeiou",
"object_type" : "aeiou",
"edge_id" : [ "aeiou" ],
"object_id" : "aeiou",
"group" : "aeiou"
}
},
"op_id" : "aeiou",
"_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション情報
OperationFindResponse
default
エラー
ErrorResponse
Up
get /backend/op_result
(searchOperationResult)
オペレーション実行結果取得
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : {
"success" : true
},
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"op_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション実行結果
OperationResultFindResponse
default
エラー
ErrorResponse
Up
get /backend/op_result/{op_id}
(searchOperationResultId)
オペレーション実行結果取得
Path parameters
op_id (required)
Path Parameter — オペレーションID
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
filter (optional)
Query Parameter — 検索条件
fields (optional)
Query Parameter — フィールド条件
sort (optional)
Query Parameter — ソート条件
offset (optional)
Query Parameter — 開始位置
limit (optional)
Query Parameter — 取得件数
marked (optional)
Query Parameter — 既読フラグ付与
Return type
Example data
Content-Type: application/json
{
"count" : 0,
"results" : [ {
"marked" : true,
"updated_at" : "aeiou",
"payload" : {
"success" : true
},
"flow_id" : "aeiou",
"edge_id" : "aeiou",
"op_id" : "aeiou",
"_id" : "aeiou",
"type" : "aeiou",
"object_id" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
取得したオペレーション実行結果
OperationResultFindResponse
default
エラー
ErrorResponse
[ Jump to Methods ]
Table of Contents
ContextFindResponse
-
DataInfo
-
DataResponse
-
DeleteResponse
-
DeviceAdapterFindResponse
-
DeviceFindResponse
-
EdgeApplicationFindResponse
-
EdgeFindResponse
-
EdgeInfo
-
ErrorInfo
-
ErrorResponse
-
FileFindResponse
-
FileInfo
-
Lwm2mFindResponse
-
ManagementApplicationFindResponse
-
ObjectInfo
-
OperationFindResponse
-
OperationInfo
-
OperationInfo_op_data
-
OperationInfo_op_data_target
-
OperationMessage
-
OperationResult
-
OperationResultFindResponse
-
OperationResult_payload
-
ProcessorFindResponse
-
TopologyFindResponse
-
results (optional)
count (optional)
_id (optional)
edge_id (optional)
object_id (optional)
flow_id (optional)
data_type (optional)
type (optional)
payload (optional)
marked (optional)
updated_at (optional)
results (optional)
count (optional)
results (optional)
count (optional)
results (optional)
count (optional)
results (optional)
count (optional)
results (optional)
count (optional)
_id (optional)
edge_id (optional)
flow_id (optional)
type (optional)
payload (optional)
marked (optional)
updated_at (optional)
name (optional)
message (optional)
reason (optional)
results (optional)
count (optional)
_id (optional)
file_id (optional)
file_name (optional)
url (optional)
updated_at (optional)
results (optional)
count (optional)
results (optional)
count (optional)
_id (optional)
edge_id (optional)
flow_id (optional)
object_id (optional)
object_type (optional)
type (optional)
payload (optional)
marked (optional)
updated_at (optional)
results (optional)
count (optional)
_id (optional)
op_id (optional)
updated_at (optional)
op_data (optional)
オペレーションの内容
url (optional)
method (optional)
op_type (optional)
body (optional)
target (optional)
オペレーションの対象
edge_id (optional)
object_type (optional)
object_id (optional)
app_type (optional)
group (optional)
_id (optional)
edge_id (optional)
object_id (optional)
flow_id (optional)
op_id (optional)
type (optional)
payload (optional)
marked (optional)
updated_at (optional)
results (optional)
count (optional)
results (optional)
count (optional)
results (optional)
count (optional)