{"type":"api","title":"List IP Suspicious Entries","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/d2a1854d5c0ed9069a7f0bc54a9b813f3075ddc9/eadd0b56-ea60-32bd-a1aa-155c29b52bed","info":{"title":"Cisco Cloudlock API","description":"The Cloudlock API provides data about an organization's activities, apps, incidents, and policies.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"tags":[{"name":"Activities"},{"name":"Apps"},{"name":"Entities"},{"name":"Incidents"},{"name":"Incident Aggregates"},{"name":"Incident Entities"},{"name":"IP Libraries"},{"name":"Policies"}],"openapi":"3.0.0","servers":[{"url":"https://api.cloudlock.com/api/v2"}]},"spec":{"tags":["IP Libraries"],"description":"List an organization's suspicious IP feeds.","operationId":"listEntriesIpSuspicious","summary":"List IP Suspicious Entries","parameters":[{"description":"Match string within any of: name, location, ip_address, categories","in":"query","name":"q","required":false,"schema":{"type":"string"}},{"description":"Match a substring within entry name","in":"query","name":"name","required":false,"schema":{"type":"string"}},{"name":"offset","schema":{"type":"string"},"in":"query","description":"A number that represents the index into the collection.","required":false,"$$ref":"#/components/parameters/offsetParam"},{"name":"limit","in":"query","description":"The maximum number of records to return in the collection.","required":false,"schema":{"type":"string"},"$$ref":"#/components/parameters/limitParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The library item name.","example":"Safe IP"},"description":{"type":"string","description":"The library item description.","example":"trusted"},"ip_address":{"type":"string","description":"The IP address in the library.","example":"172.255.255.0"},"location":{"type":"string","description":"The location of the item.","example":"Regional Office"},"type":{"type":"string","description":"The item type.","example":"trusted"},"categories":{"type":"string","description":"The item categories.","example":"offices, locations"},"updated_on":{"type":"string","description":"The last update date specified as a timestamp in UTC.","example":"2016-06-20T13:05:23.034264+00:00"},"created_on":{"type":"string","description":"The creation date specified as a timestamp in UTC.","example":"2016-06-20T13:05:23.034264+00:00"}},"$$ref":"#/components/schemas/IPCollection"}}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/400Error"},"401":{"description":"Unauthorized request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/401Error"},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/403Error"},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/404Error"},"500":{"description":"Server error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/500Error"}},"__originalOperationId":"listEntriesIpSuspicious","method":"get","path":"/ip/suspicious"}}