-
Here, <base_uri> is http://<hostname>:10080/<remote_object_manager_id> such as http://localhost:10080/romgr1
- get Object property.
- Body : none
- Status Code : 200
- Body : ObjectProperty
- update Object property.
- Body : ObjectProperty
- Status Code : 200
- Body : ObjectProperty
get ComponentType list.
ComponentType is Registered Component.Property.type
- Body : none
- Status Code : 200
- Body : dict {ComponentType:{"type" :<string> "super_type":<string> , "connection_types":{<string>: <string>} , "description":<string> }
{ "Aggregator" : { "type": "Aggregator" , "super_type":"Aggregator" , "connection_types":{"original":"1", "aggregated":"1"}, "description":"Aggregator ...." }, "Slicer" : { "type": "Slicer" , "super_type":"Slicer" , "connection_types":{"original":"1", "Sliver":"*"}, "description":"Slicer ...." }, "Federator" : { "type": "Federator" , "super_type":"Federator" , "connection_types":{"original":"*", "Federeted":"1"}, "description":"Federator ...." } }
Key | Value | Description |
---|---|---|
type | <String> | ObjectType (example:ComponentManager,Network,Slicer,,,) |
super_type | <String> | super class ObjectType. (example:ComponentManager,NetworkComponent,Slicer,,,) |
connection_types | dict{<String>:<String>} | ComponentConnection.connection_type : connection max num |
description | <String> |
get Component instance List.
- Body : none
- Status Code : 200
- Body : dict { Component.Property.id, Component.Property }
- Note : Component.Property is Component instance information.