Billing Metric
Create new Billing Metric Access
Create Billing Metric Access.
post/v2/billing_metrics/access/create
Request body
Example request
{
"native_detail_type": {
"access_type": "read",
"servicenow_cmdb_configuration": {
"scope": "master_account"
}
}
}Response
Success
Example response
{
"native_detail_type": {
"access_type": "read",
"servicenow_cmdb_configuration": {
"scope": "master_account"
}
}
}