Commit 6044d5ae authored by Daniel García's avatar Daniel García
Browse files

Fix TOC sdk-usage

parent c7a2b898
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -24,19 +24,19 @@ As explained before, OpenCAPIF SDK is designed to play two different roles:

- [Provider NetApp](#provider-netapp)
    - [Important information for Providers](#important-information-for-providers)
    - [Onboard Provider](#onboard_provider--script-provider_capif_connectorpy)
    - [Publish services](#publish_services--script-provider_publish_apipy)
    - [Unpublish services](#unpublish_service--script-provider_unpublish_apipy)
    - [Update services](#update_service--script-provider_update_apipy)
    - [Get published services](#get_service--script-provider_get_published_apipy)
    - [Get all published services](#get_all_services--script-provider_get_all_published_apipy)
    - [Update and offboard Provider](#update_provider-and-offboard_provider--provider_capif_connector_updatepy-and-provider_capif_connector_offboardingpy)
    - [Onboard Provider](#provider-onboarding)
    - [Publish services](#services-publishing)
    - [Unpublish services](#services-deletion)
    - [Update services](#services-update)
    - [Get published services](#get-services)
    - [Get all published services](#get-all-services)
    - [Update and offboard Provider](#update-and-offboard-provider)
- [Invoker NetApp](#invoker-netapp)
    - [Important information for Invokers](#important-information-for-invokers)
    - [Onboard process](#onboard_invoker--script-invoker_capif_connectorpy)
    - [Discover process](#discover--script-invoker_service_discoverpy)
    - [Get JWT tokens](#get_tokens--script-invoker_service_get_tokenpy)
    - [Update and offboarding process](#update_invoker-and-offboard_and_deregister_invoker--invoker_capif_connector_updatepy-and-invoker_capif_connector_offboardingpy)
    - [Onboard process](#onboarding-process)
    - [Discover process](#discover-process)
    - [Get JWT tokens](#obtain-invoker-tokens)
    - [Update and offboarding process](#update-and-offboard-invoker)
- [Other Features](#other-features)
    - [Register and Login](#script-register_and_loginpy)
    - [Deregister and Login](#script-deregister_and_loginpy)
@@ -45,7 +45,7 @@ As explained before, OpenCAPIF SDK is designed to play two different roles:

CAPIF SDK allows developers to quickly implement NetApp provider flow in just some code lines. This section contains the full guide of all available features in SDK related to CAPIF providers.

## Important information for Providers
### Important information for Providers

Within the `provider_folder`, the SDK will store some folders named with the provided `capif_username` it has been previously registered from CAPIF administrator. At each folder, there will be found the following files:

@@ -156,7 +156,7 @@ For using this features we must be previously onboarded as a provider.

CAPIF SDK allows developers to quickly implement NetApp invokers flow in just some code lines. This section contains the full guide of all available features in SDK related to CAPIF invokers.

## Important information for Invokers
### Important information for Invokers

Within the `invoker_folder`, the SDK will store some folders named with the provided `capif_username` it has been previously registered from CAPIF administrator. At each folder, there will be found the following files:

@@ -166,7 +166,7 @@ Within the `invoker_folder`, the SDK will store some folders named with the prov
    2. If it has already used the Service Discovery Functionality, it will be found all the available APIs with their information,
    3. If it has already used the Service Get Token functionality, it will be found the access token for using the APIs that has already been discovered.

### Onboarding processs 
### Onboarding process

CAPIF SDK references:
* **CAPIF SDK function**: <mark>onboard_invoker()</mark>\
@@ -204,7 +204,7 @@ This functionality **requires** to to be onboarded as a [invoker](#onboard_invok

![Invoker_get_token](./images/invoker_get_token.png)

### Update & offboard invoker
### Update and offboard invoker

CAPIF SDK references:
* **CAPIF SDK function**: <mark>update_invoker()</mark> & <mark>offboard_and_deregister_Invoker()</mark>