Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document covers both Integrated Edge Cloud(IEC) Type 1 & 2. The north bound APIs to interact with gopaddle to upload, launch, view, list and delete the blueprint is listed below. This is yet another approach to deploy the blueprint and maintain it using an intuitive UI.

Steps to generate the bearer token

  1. Subscribe to gopaddle by signing up at https://portal.gopaddle.io
  2. Once you login to the gopaddle account, select the project or create a new project. To create a project, choose the settings option in the top navigation panel and select Project. Once the project is created, navigate to the project and choose the project ID from the browser navigation panel.
  3. Navigate to the settings option in the top navigation panel and click on Teams option.
  4. Create a new role with All permissions across All resources.
  5. Add a new user with the above role.
  6. Select the API token option for the user and generate the new token. This token can be used as the bearer token in the REST API calls.

REST APIs

Upload Terraform template to gopaddle repository

...