Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created June 16, 2022 02:01
Show Gist options
  • Save sjwaight/de1c56ff8a7c38fc879507327f6575c8 to your computer and use it in GitHub Desktop.
Save sjwaight/de1c56ff8a7c38fc879507327f6575c8 to your computer and use it in GitHub Desktop.
Azure Anomaly Detector API - List models API response sample
{
"models": [{
"modelId": "e88247b4-ed17-11ec-85a9-xxxxxxxxxxx",
"createdTime": "2022-06-16T01:59:08Z",
"lastUpdatedTime": "2022-06-16T02:00:34Z",
"status": "READY",
"displayName": "Air Quality",
"variablesCount": 4
}],
"currentCount": 1,
"maxCount": 300,
"nextLink": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment