billingUsage

Get all billing usage

Securityapi_key
Request
query Parameters
start_date
required
string

The date after which all billing usage should be retrieved. Date format is 'yyyy-MM-dd'.

end_date
required
string

The date before which all billing usage should be retrieved. Date format is 'yyyy-MM-dd'.

page_number
integer <int64>
Default: 1

The page number for which to billing usage. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting property if not provided

Responses
200

Success

401

Unauthorized access

get/billing-usage
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "totalSize": 2695200768,
  • "responseList": [
    ]
}

Get all database usages recorded in Masking engine

Securityapi_key
Request
query Parameters
start_date
string

The date after which database usage should be retrieved. Date format is 'yyyy-MM-dd'.

end_date
string

The date before which database usage should be retrieved. Date format is 'yyyy-MM-dd'.

database_name
string

Name of the database for which usage should be retrieved.

page_number
integer <int64>
Default: 1

The page number for which to fetch database usage. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting property if not provided

Responses
200

Success

401

Unauthorized access

get/database-usage
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "data": [
    ]
}