Skip to content

Usecase Workflows API Collections

The below allow to get started with workflows within Intel® SecL-DC for Foundational and Workload Security Usecases. More details available in API Collections repository

Pre-requisites

  • Postman client should be downloaded on supported platforms or on the web to get started with the usecase collections.
Note

The Postman API Network will always have the latest released version of the API Collections. For all releases, refer the github repository for API Collections

Use Case Collections

Use case Sub-Usecase API Collection
Secure Key Caching - ✔️
SGX Discovery, Provisioning and Orchestration - ✔️
SGX Discovery and Provisioning - ✔️

Downloading API Collections

or

  • Github repo for allreleases
git clone https://github.com/intel-secl/utils.git
cd utils/
git checkout <release-version of choice>
cd tools/api-collections
Note

The postman-collections are also available when cloning the repos via build manifest under utils/tools/api-collections

Running API Collections

  • Import the collection into Postman API Client
Note

This step is required only when not using Postman API Network and downloading from Github

importing-collection

  • Update env as per the deployment details for specific usecase

updating-env

  • View Documentation

view-docs

  • Run the workflow

running-collection

Back to top