DocumentationVerify that, when one has an inclusive registration on a Context Broker and an entity only on a Context Source, if one queries the Context Broker the request gets forwarded to the Context Source correctly using the appropriate operation
D011_03_01_inc Query The Context Broker By Id using the queryEntity operation
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryEntity operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type
queryEntityGET/ngsi-ld/v1/entities?type=Vehicle
D011_03_02_inc Query The Context Broker By Id using the queryBatch operation
[Documentation]Check that if one queries the Context Broker for type, and the registration only allows the queryBatch operation, the request is forwarded as expected
DocumentationVerify that, when one has an inclusive registration on a Context Broker and an entity only on a Context Source, if one queries the Context Broker Via Post the request gets forwarded to the Context Source correctly using the appropriate operation
D011_04_01_inc Query The Context Broker By Id Via POST using the queryBatch operation
[Documentation]Check that if one queries the Context Broker for type via POST, and the registration only allows the queryBatch operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Query The Context Broker With Type Via POST
queryBatchPOST/ngsi-ld/v1/entityOperations/query
D011_04_02_inc Query The Context Broker By Id Via POST using the queryEntity operation
[Documentation]Check that if one queries the Context Broker for type via POST, and the registration only allows the queryEntity operation, the request is forwarded as expected
DocumentationVerify that, when one has an inclusive registration on a Context Broker and an entity only on a Context Source, a retrieval request to the Context Broker the request is forwarded correcty to the Context Source using the appropriate operation
D010_03_01_inc Retrieve Entity By Id using the retrieveEntity operation
[Documentation]Check that if one retrieves entity living on a Context Source from a Context Broker, and the registration only allows the retrieveEntity operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Retrieve Entity
retrieveEntityGET/ngsi-ld/v1/entities/
D010_03_02_inc Retrieve Entity By Id using the queryEntity operation
[Documentation]Check that if one retrieves entity living on a Context Source from a Context Broker, and the registration only allows the queryEntity operation, the request is forwarded as expected
[Template]Setup Registration, Context Source Mock Server And Retrieve Entity
queryEntityGET/ngsi-ld/v1/entities?type=Vehicle
D010_03_03_inc Retrieve Entity By Id using the queryBatch operation
[Documentation]Check that if one retrieves entity living on a Context Source from a Context Broker, and the registration only allows the queryBatch operation, the request is forwarded as expected