{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/fb8a8151-5394-3d82-92c7-2af7325dde10","info":{"title":"Cisco Secure Access Security Feeds API","version":"1.0.2","description":"Create and manage the security feeds for the third-party and custom security vendors integrated in Secure Access.\nAfter you add a security feed, use the Secure Access Destination List API to add domains to the destination list for the security feed.\nSecure Access reviews the each domain in the security feed.\nIf Cisco Investigate assigns a **Popularity 90 day** normalized score below **40** for the domain,\nSecure Access adds the domain to the vendor's `thirdparty_block` destination list and blocks the domain.\nThe security feed's destination list has the `bundletypeId` of `1`.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Feeds","description":"Manage the security feeds for the third-party and custom security vendors."}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/security-feeds-overview.md","uri":"secure-access-api-reference-security-feeds-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.feeds:write":"Write policies security security feeds","policies.feeds:read":"Read policies security security feeds"}}}}}},"spec":{"type":"object","description":"Update the properties of the security feed.","required":["name"],"properties":{"name":{"type":"string","description":"The name of the security feed.","example":"feed one","$$ref":"#/components/schemas/name"},"enabled":{"type":"string","description":"Specify whether to enable the security feed.","enum":["Y","N"],"default":"N","example":"Y","$$ref":"#/components/schemas/enabled"},"apiKey":{"type":"string","description":"The API key for the security feed. The `apiKey` field is optional.","example":"1235asdfjalsdj","$$ref":"#/components/schemas/apiKey"}},"example":{"name":"feed two"},"$$ref":"#/components/schemas/feedPatch","title":"feedPatch"}}