v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBschemaBaseManagement
Get schema base identities grouped by type and sorted by version.
Get a summary of all available schema bases grouped by type and their versions sorted by latest.
get/v1/schemaIdentitiesGrouped
Response
A summary of all available schema bases grouped by type and their versions sorted by latest.
Example response
{
"data": [
{
"type": "Okta",
"versions": [
{
"type": "Okta",
"version": "1.0.0",
"description": "An Okta integration that collects Okta event logs into Sumo Logic.",
"createdAt": "2018-10-16T09:10:00Z",
"modifiedAt": "2018-10-16T09:10:00Z",
"templateYaml": "example templateYaml"
}
]
}
]
}