Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

PAW Lifecycle Management API Endpoints

Elliot Huffman edited this page Dec 31, 2021 · 2 revisions

Overview

The rest API is where all of the magic happens. The user interface calls methods on the Rest API. This allows for custom UIs to be built and external integrations.
This page will document the Lifecycle Management Engine's Rest API.


Lifecycle Management

The lifecycle management engine has the below API Endpoints:

  • POST /API/Lifecycle/PAW
  • GET /API/Lifecycle/PAW
  • PATCH /API/Lifecycle/PAW
  • DELETE /API/Lifecycle/PAW
  • POST /API/Lifecycle/PAW/<deviceID>/Assign/
  • GET /API/Lifecycle/PAW/<deviceID>/Assign/
  • PATCH /API/Lifecycle/PAW/<deviceID>/Assign/
  • DELETE /API/Lifecycle/PAW/<deviceID>/Assign/
Clone this wiki locally