/org/removequotametrics
DevelopingGET
/org/removequotametricsLast modified: 2 months ago
Request
Query Params
chips
string
required
Comma-separated list of chips to match against metrics to remove. Example: cpu,idle.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1680196833,
"created_string": "Thu 30 Mar 2023 @ 18:20 (BST)",
"duration": 43.659,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "Europe/London"
},
"code": 200,
"oldest_cached_component_age": 65,
"session_id": "84143eba5e4bddd7d575f53a670db4a8",
"org_onboarding_status_id": 300,
"api_host": "anomalarm.dev.dropbox.dev.local",
"user_onboarding_flags": {
"main_intro": false,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": true,
"alert_created": true,
"test_alert_sent": false,
"two_alerts_sent": false,
"pattern_trained": false,
"seen_card_anomalies": true,
"seen_card_matches": false,
"seen_card_training": true,
"seen_card_all": false
}
},
"data": {
"message": "ok",
"metrics": [
"metric.in.my.quota.to.remove.thatone",
"metric.in.my.quota.to.remove.lessthan20",
"metric.in.my.quota.to.remove.theotherone",
"metric.in.my.quota.to.remove.thisone",
"metric.in.my.quota.to.remove.lessthan60",
"metric.in.my.quota.to.remove.lessthan30"
]
}
}
Last modified: 2 months ago