From: Toine Siebelink Date: Fri, 5 Jan 2024 16:48:04 +0000 (+0000) Subject: Merge "Add performance tests for saveListElements" X-Git-Tag: 3.4.2~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ed11dbc849abc69882051c47ed1e14d6e1abe8b3;hp=52739eaaf797d9f800a55c2e77982dc8be6661c6;p=cps.git Merge "Add performance tests for saveListElements" --- diff --git a/docs/ncmp-data-operation.rst b/docs/ncmp-data-operation.rst index 617b3ed30..94d5ee9c0 100644 --- a/docs/ncmp-data-operation.rst +++ b/docs/ncmp-data-operation.rst @@ -6,8 +6,8 @@ .. _cmHandleDataOperation: -CM Handles Data Operation Endpoints -################################### +Data Operations Endpoint +######################## .. toctree:: :maxdepth: 1 @@ -15,11 +15,11 @@ CM Handles Data Operation Endpoints Introduction ============ -For data operation CM Handles we have a Post endpoints: +For all data operations on cm handle(s), we have a post endpoint: - /ncmp/v1/data?topic={client-topic-name} forward request to it's dmi plugin service. -- Returns request id (UUID) with http status 202. +- When asynchronous (with topic) operations are executed, a request id (UUID) will be returned. Request Body ============ @@ -143,6 +143,6 @@ DMI Service 2 (POST) : `http://{dmi-host-name}:{dmi-port}/dmi/v1/data?topic=my-t } ] -Above examples are for illustration purpose only please refer link below for latest schema. +Above examples are for illustration purposes only. Please refer to link below for latest schema. :download:`Data operation event schema ` \ No newline at end of file