Skip to content

cloudforet-io/plugin-sse-cost-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.