Auth
Authentication API. Provides user with a session token to be used with the KeyVault Services.
| API | Description |
|---|---|
| POST api/auth/issuetoken |
Gets an authentication token for the supplied user parameters. |
Cpl
CPL API. Allows checks of CPL KDM information in Cinergy.
| API | Description |
|---|---|
| GET api/cpl/{cplUuid}/missingKdms |
Returns details of missing KDMs needed for a CPL. |
| GET api/cpl/cplsWithMissingKdms |
Returns a list of CPLs with missing KDMs. |
Status
Simple controller for checking API status
| API | Description |
|---|---|
| GET status/ping |
Pings the API |
| GET status/version |
Get the API version |
Kdm
KDM API. Allows upload and status checks of KDMs in Cinergy.
| API | Description |
|---|---|
| GET api/kdm/{fileGuid}/Status |
Checks the status of an uploaded KDM or KDM Bundle. |
| POST api/Kdm |
Uploads a KDM or KDM Bundle to Cinergy. |