Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 378 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 378 Bytes

plugin-sse-cost-datasource

Plugin for collecting SSE billing data


Secret Data

Schema

  • cid (str): Company Identifier
  • secret (str): Credentials for authentication
  • endpoint (str): SSE billing service endpoint

Example


{
    "cid": "mzc",
    "secret": "*****",
    "endpoint": "https://{url}
}

Options

Currently, not required.