From 526d2fc3562ccafa503ce5d086a7f4da6f2f3393 Mon Sep 17 00:00:00 2001 From: aosull01 Date: Tue, 12 Feb 2019 15:34:05 +0000 Subject: Update documentation for Get service/{id} Change-Id: Iaf1ef3fe00692000122787f92c37424a9afa6ab9 Issue-ID: EXTAPI-200 Signed-off-by: aosull01 --- docs/offeredapis/offeredapis.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/offeredapis') diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst index 5b3c4ae..ef51d1c 100644 --- a/docs/offeredapis/offeredapis.rst +++ b/docs/offeredapis/offeredapis.rst @@ -174,14 +174,13 @@ if no service matches, an empty list is send back. **GET Service Inventory (id)** -Example: ``GET /nbi/api/v3/service/{uuid}`` but ``customerId`` & -``serviceSpecification.id`` must passed in requested parameters +Example: ``GET /nbi/api/v3/service/{id}`` When querying for a specific service +instance id, no additional filters are required. - -Because of **A&AI** capability, additionally to the service id, customer id -and ``serviceSpecification.id`` or ``serviceSpecification.name`` must be -supplied. If the customer id is not supplied, External API will use *generic* -customer +The Service Inventory API will retrieve the service instance data from A&AI using +the nodes query with the service instance id as the key. ``relatedParty.id`` + +``serviceSpecification.name`` are added to the response based on the A&AI service +instance url. ------------ serviceOrder -- cgit 1.2.3-korg