{ "opencollection": "1.0.0", "info": { "name": "Flint AI Platform Aispm Models API", "version": "1.0.0" }, "items": [ { "info": { "name": "aispm-models", "type": "folder" }, "items": [ { "info": { "name": "Get all AI-SPM models", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-models/tenants/:tenant_id/workspaces/:workspace_id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" }, { "name": "workspace_id", "value": "", "type": "path", "description": "Workspace ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all AI-SPM models for a tenant workspace, ordered by last_seen descending" }, { "info": { "name": "Get single AI-SPM model", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-models/tenants/:tenant_id/workspaces/:workspace_id/:id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" }, { "name": "workspace_id", "value": "", "type": "path", "description": "Workspace ID" }, { "name": "id", "value": "", "type": "path", "description": "AISPM model Id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get AI-SPM model by ID with embedded agents and locations" }, { "info": { "name": "Get all objects associated with an AISPM Model", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-models/tenants/:tenant_id/workspaces/:workspace_id/:id/:edge", "params": [ { "name": "id", "value": "", "type": "path", "description": "AISPM model Id" }, { "name": "edge", "value": "", "type": "path", "description": "Edge type" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get all 'edges' associated with an AISPM Model. An 'edge' is a type of object that is related to an AISPM Model." } ] } ], "bundled": true }