Uniform Resource Identifiers (URI) are used to specify resources. Each resource has a tree-like structure and can have subsequent resources. A URI can refer to a single object or to a collection of objects. With the help of different HTTP methods a get, delete, create, or update of resources can be initiated. The following table provides some URI examples for the RIPS API.
Resource Description | URI Example |
---|---|
Single application | /applications/1 |
All scans of single application | /applications/1/scans |
Single scan of a single application | /applications/1/scans/7 |
All issues of a single scan | /applications/1/scans/7/issues |
Single issue of a single scan | /applications/1/scans/7/issues/19 |
All comments | /applications/scans/issues/comments/all |
... | ... |
For a complete list of resources please refer to our interactive Swagger interface.