diff options
Diffstat (limited to 'docs/ncmp-data-operation.rst')
-rw-r--r-- | docs/ncmp-data-operation.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/ncmp-data-operation.rst b/docs/ncmp-data-operation.rst index f2f3a476bb..10c3bfaca5 100644 --- a/docs/ncmp-data-operation.rst +++ b/docs/ncmp-data-operation.rst @@ -109,13 +109,15 @@ DMI Service 1 (POST): `http://{dmi-host-name}:{dmi-port}/dmi/v1/data?topic=my-to { "id": "ec2e9495679a43c58659c07d87025e72", "cmHandleProperties": { - "neType": "RadioNode" + "id": "123", + "attributes":{"userLabel":"test"} } }, { "id": "0df4d39af6514d99b816758148389cfd", "cmHandleProperties": { - "neType": "RadioNode" + "id": "123", + "attributes":{"userLabel":"test"} } } ] @@ -137,13 +139,15 @@ DMI Service 2 (POST) : `http://{dmi-host-name}:{dmi-port}/dmi/v1/data?topic=my-t { "id": "836bb62201f34a7aa056a47bd95a81ed", "cmHandleProperties": { - "neType": "RadioNode" + "id": "123", + "attributes":{"userLabel":"test"} } }, { "id": "202acb75b4a54e43bb1ff8c0c17a8e08", "cmHandleProperties": { - "neType": "RadioNode" + "id": "123", + "attributes":{"userLabel":"test"} } } ] |