https://github.com/cloudforet-io/plugin-sse-cost-datasource
https://github.com/cloudforet-io/plugin-sse-cost-datasource
cost-analysis data-source plugin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-sse-cost-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:15:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:15:26.000Z (11 months ago)
- Last Synced: 2025-04-29T03:31:02.588Z (11 months ago)
- Topics: cost-analysis, data-source, plugin
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.