-
-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathapi.json
More file actions
59 lines (59 loc) · 2.22 KB
/
api.json
File metadata and controls
59 lines (59 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"BASE_URL": "",
"CONTENT_TYPE_JSON": "application/json",
"CONTENT_TYPE_TEXT": "text/plain",
"DATA_TYPE": "json",
"ENCODE_MULTIPART_FORM_DATA": "multipart/form-data",
"FORCE_PASSWORD_CHANGE": "FORCE_PASSWORD_CHANGE",
"METHOD_DELETE": "DELETE",
"METHOD_GET": "GET",
"METHOD_POST": "POST",
"METHOD_PUT": "PUT",
"TOTAL_COUNT_HEADER": "X-Total-Count",
"URL_ABOUT": "api/version",
"URL_ACL_MAPPING": "api/v1/acl/mapping",
"URL_ACL_TEAM": "api/v1/acl/team",
"URL_ANALYSIS": "api/v1/analysis",
"URL_BANNER": "api/v1/banner",
"URL_BOM": "api/v1/bom",
"URL_CALCULATOR_CVSS": "api/v1/calculator/cvss",
"URL_CALCULATOR_OWASP": "api/v1/calculator/owasp",
"URL_COMPONENT": "api/v1/component",
"URL_CONFIG_PROPERTY": "api/v1/configProperty",
"URL_CWE": "api/v1/cwe",
"URL_DEPENDENCY_GRAPH": "api/v1/dependencyGraph",
"URL_FINDING": "api/v1/finding",
"URL_FORCE_PW_CHANGE": "api/v1/user/forceChangePassword",
"URL_LDAP_GROUPS": "api/v1/ldap/groups",
"URL_LDAP_MAPPING": "api/v1/ldap/mapping",
"URL_LICENSE": "api/v1/license",
"URL_LICENSE_CONCISE": "api/v1/license/concise",
"URL_LICENSE_GROUP": "api/v1/licenseGroup",
"URL_LOGIN": "api/v1/user/login",
"URL_METRICS": "api/v1/metrics",
"URL_NOTIFICATION_PUBLISHER": "api/v1/notification/publisher",
"URL_NOTIFICATION_RULE": "api/v1/notification/rule",
"URL_OIDC_AVAILABLE": "api/v1/oidc/available",
"URL_OIDC_GROUP": "api/v1/oidc/group",
"URL_OIDC_MAPPING": "api/v1/oidc/mapping",
"URL_OSV_ECOSYSTEM": "api/v1/integration/osv/ecosystem",
"URL_PERMISSION": "api/v1/permission",
"URL_POLICY": "api/v1/policy",
"URL_POLICY_VIOLATION": "api/v1/violation",
"URL_POLICY_VIOLATION_ANALYSIS": "api/v1/violation/analysis",
"URL_PROJECT": "api/v1/project",
"URL_REPOSITORY": "api/v1/repository",
"URL_SEARCH": "api/v1/search",
"URL_SERVICE": "api/v1/service",
"URL_TAG": "api/v1/tag",
"URL_TEAM": "api/v1/team",
"URL_USER": "api/v1/user",
"URL_USER_LDAP": "api/v1/user/ldap",
"URL_USER_MANAGED": "api/v1/user/managed",
"URL_USER_OIDC": "api/v1/user/oidc",
"URL_USER_OIDC_LOGIN": "api/v1/user/oidc/login",
"URL_USER_SELF": "api/v1/user/self",
"URL_VEX": "api/v1/vex",
"URL_VULNERABILITY": "api/v1/vulnerability",
"WITH_CREDENTIALS": ""
}