{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/9c9cc32c-275c-3119-8ff5-3eceac33f676","info":{"title":"Cisco Secure Access Threat Intelligence Feeds API","version":"1.0.0","description":"Create and manage the integration of STIX-TAXII threat intelligence feeds in Secure Access.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Integrations","description":"Integration management"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/threat-intelligence-feeds-overview.md","uri":"secure-access-api-reference-threat-intelligence-feeds-overview"}},"openapi":"3.0.3","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.integrations.threatfeeds:read":"Read threat intelligence feeds","admin.integrations.threatfeeds:write":"Create, update, or delete threat intelligence feeds"}}}}}},"spec":{"type":"object","description":"The properties of the Taxii discovery root for the threat intelligence feed.","required":["title","api_roots"],"properties":{"title":{"type":"string","description":"The title of the server.","example":"Anomali TAXII Server"},"description":{"type":"string","nullable":true,"description":"The description for the server."},"contact":{"type":"string","nullable":true,"description":"The email address that the system can use to contact the owner of the server."},"default":{"type":"string","nullable":true,"description":"The URL of the default API root."},"api_roots":{"type":"array","description":"The list of URLs for the available API roots.","items":{"type":"string","format":"uri","description":"The URL of an available API root."}},"max_content_length":{"type":"integer","nullable":true,"description":"The maximum content length of the response in bytes."}},"example":{"title":"Anomali TAXII Server","description":"Threat intelligence feed","contact":"support@anomali.com","default":"https://limo.anomali.com/api1/","api_roots":["https://limo.anomali.com/api1/","https://limo.anomali.com/api2/"],"max_content_length":52428800},"$$ref":"#/components/schemas/discoveryTaxiiRootResponse","title":"discoveryTaxiiRootResponse"}}