Auth

Authentication API. Provides user with a session token to be used with the KeyVault Services.

APIDescription
POST api/auth/issuetoken

Gets an authentication token for the supplied user parameters.

Cpl

CPL API. Allows checks of CPL KDM information in Cinergy.

APIDescription
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.

Kdm

KDM API. Allows upload and status checks of KDMs in Cinergy.

APIDescription
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.