diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2019-02-12 15:34:05 +0000 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2019-02-12 15:37:53 +0000 |
commit | 526d2fc3562ccafa503ce5d086a7f4da6f2f3393 (patch) | |
tree | 2de4475daee2bd2c9a37f539de65db177131374c /docs/offeredapis/offeredapis.rst | |
parent | 7589723d28be3443c4108aba3e6c30629ea494c7 (diff) |
Update documentation for Get service/{id}
Change-Id: Iaf1ef3fe00692000122787f92c37424a9afa6ab9
Issue-ID: EXTAPI-200
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'docs/offeredapis/offeredapis.rst')
-rw-r--r-- | docs/offeredapis/offeredapis.rst | 13 |
1 files changed, 6 insertions, 7 deletions
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 |