/patterns/pending
DevelopingGET
/patterns/pendingLast modified: 2 months ago
Returns a list of pending patterns. Where a parent_id is specified, the list is filtered to only those that specify the same parent id.
Request
Query Params
parent_id
string
optional
Parent id. If supplied, this will filter to items with this id specified as their parent. Example: 123.
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": 1657643441,
"created_string": "Tue 12 Jul 2022 @ 16:30 (UTC)",
"duration": 0.015,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 2789,
"session_id": "103bfbd9f2cdd43fe809104eefc713f7",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": [
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1001.cpu.total.user",
"parent_fp_id": 4686,
"generation": 0
}
]
}
Last modified: 2 months ago