Commit 5c5904e4 authored by Daniel García's avatar Daniel García
Browse files

Improve Other features section

parent 33bf0aac
Loading
Loading
Loading
Loading
+12 −7
Original line number Diff line number Diff line
@@ -145,8 +145,8 @@ It is mandatory to have onboarded as a [provider](#onboard_provider--script-prov
### Update and Offboard provider

CAPIF SDK references:
* **CAPIF SDK function**: <mark>update_provider()</mark> & <mark>offboard_provider()</mark>
* **CAPIF SDK script**: <mark>provider_capif_connector_update.py</mark> & <mark>provider_capif_connector_offboarding.py</mark>
* **CAPIF SDK function**: <mark>update_provider()</mark> and <mark>offboard_provider()</mark>
* **CAPIF SDK script**: <mark>provider_capif_connector_update.py</mark> and <mark>provider_capif_connector_offboarding.py</mark>

For using this features we must be previously onboarded as a provider.

@@ -216,16 +216,21 @@ To use these features, the NetApp must be previously [onboarded as an invoker](#

# Other features

Apart from the SDK core, there are available different functionalities for development purposes:
Apart from the OpenCAPIF SDK core features shown above, there are available different functionalities for SDK development purposes.

### Script register_and_login.py
### CAPIF registration and login

Facilitates the logging process for admin users and creates a CAPIF user,
CAPIF SDK reference:
* **CAPIF SDK script**: <mark>register_and_login.py</mark>

Eases the logging process for admin users and creates a CAPIF user,

### Script deregister_and_login.py 
### CAPIF deregistration and logout 

Facilitates the logging process for admin users and eliminates a CAPIF user.
CAPIF SDK reference:
* **CAPIF SDK script**: <mark>deregister_and_login.py</mark>

Eases the logging process for admin users and eliminates a CAPIF user.

![Register picture](./images/Flujo%20completo-SDK%20ACTUAL%20CON%20REGISTER.jpg)