tool_search |
read |
Low |
freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"mode": {
"description": "Search mode: \"regex\" for pattern matching, \"bm25\" for natural language. Defaults to \"bm25\".",
"enum": [
"regex",
"bm25"
],
"type": "string"
},
"query": {
"description": "A regex pattern or natural-language query to search tool names, descriptions, and argument names. Maximum 200 characters.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"risk_flags": [
"freeform_input_surface"
]
}
Dispute this classification
|
retrieveTagList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createTag |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createTagBody": {
"properties": {
"color": {
"description": "The color of the tag. Color can be specified using hexadecimal value. Default color is #0A78C3",
"maxLength": 7,
"minLength": 4,
"type": "string"
},
"description": {
"description": "The description of the Tag name. ",
"type": "string"
},
"name": {
"description": "The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.",
"maxLength": 255,
"minLength": 1,
"type": "string"
}
},
"required": [
"name",
"color"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createTagBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveTag |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateTag |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"tagId": {
"format": "int64",
"type": "integer"
},
"updateTagBody": {
"properties": {
"color": {
"description": "The color of the tag. Color can be specified using hexadecimal value. Default color is #0A78C3",
"maxLength": 7,
"minLength": 4,
"type": "string"
},
"description": {
"description": "The description of the Tag name. ",
"type": "string"
},
"name": {
"description": "The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.",
"maxLength": 255,
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId",
"updateTagBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteTag |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveAssignmentList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"resourceType": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveAssignment |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"resourceId": {
"type": "string"
},
"resourceType": {
"type": "string"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId",
"resourceType",
"resourceId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createAssignment |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"resourceId": {
"type": "string"
},
"resourceType": {
"type": "string"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId",
"resourceType",
"resourceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteAssignment |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"resourceId": {
"type": "string"
},
"resourceType": {
"type": "string"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"tagId",
"resourceType",
"resourceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveTagAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveAssignmentsAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"resourceId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"tagId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrievePtrRecord |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"ipAddress": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"ipAddress"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updatePtrRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"ipAddress": {
"type": "string"
},
"updatePtrRecordBody": {
"properties": {
"ptr": {
"description": "PTR Record name",
"type": "string"
}
},
"required": [
"ptr"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"ipAddress",
"updatePtrRecordBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deletePtrRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"ipAddress": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"ipAddress"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
createPtrRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createPtrRecordBody": {
"properties": {
"ip": {
"description": "IP Address",
"type": "string"
},
"ptr": {
"description": "PTR Record name",
"type": "string"
},
"ttl": {
"description": "Time to live for the PTR record in seconds",
"format": "int64",
"type": "integer"
}
},
"required": [
"ptr",
"ip",
"ttl"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createPtrRecordBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrievePtrRecordsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"customerId": {
"type": "string"
},
"ips": {
"items": {
"type": "string"
},
"type": "array"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"search": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"tenantId": {
"enum": [
"DE",
"INT"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveDnsZonesList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"customerId": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"tenantId": {
"enum": [
"DE",
"INT"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createDnsZone |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createDnsZoneBody": {
"properties": {
"zoneName": {
"description": "Zone name",
"type": "string"
}
},
"required": [
"zoneName"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createDnsZoneBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveDnsZone |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"zoneName"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
deleteDnsZone |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"zoneName"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveDnsZoneRecordsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"search": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"zoneName"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createDnsZoneRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createDnsZoneRecordBody": {
"properties": {
"data": {
"description": "Data",
"minLength": 1,
"type": "string"
},
"flag": {
"description": "Flag",
"type": "number"
},
"name": {
"description": "Name, if empty the zone name will be used",
"minLength": 1,
"type": "string"
},
"port": {
"description": "Port",
"type": "number"
},
"prio": {
"description": "Prio",
"type": "number"
},
"tag": {
"description": "Tag",
"type": "string"
},
"ttl": {
"description": "TTL",
"type": "number"
},
"type": {
"description": "Type",
"minLength": 1,
"type": "string"
},
"weight": {
"description": "Weight",
"type": "number"
}
},
"required": [
"type",
"ttl",
"prio",
"data"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"zoneName",
"createDnsZoneRecordBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
updateDnsZoneRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"recordId": {
"format": "int64",
"type": "integer"
},
"updateDnsZoneRecordBody": {
"properties": {
"data": {
"description": "Data",
"minLength": 1,
"type": "string"
},
"flag": {
"description": "Flag",
"type": "number"
},
"port": {
"description": "Port",
"type": "number"
},
"prio": {
"description": "Prio",
"type": "number"
},
"tag": {
"description": "Tag",
"type": "string"
},
"ttl": {
"description": "TTL",
"type": "number"
},
"weight": {
"description": "Weight",
"type": "number"
}
},
"required": [
"ttl",
"prio",
"data"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"recordId",
"zoneName",
"updateDnsZoneRecordBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteDnsZoneRecord |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"recordId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"recordId",
"zoneName"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
bulkDeleteDnsZoneRecords |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"bulkDeleteDnsZoneRecordsBody": {
"properties": {
"recordIds": {
"description": "List of zone record ids to delete",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
}
},
"required": [
"recordIds"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
},
"zoneName": {
"type": "string"
}
},
"required": [
"x-request-id",
"zoneName",
"bulkDeleteDnsZoneRecordsBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveImageAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveRecordAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"recordId": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveVipList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"dataCenter": {
"type": "string"
},
"ip": {
"type": "string"
},
"ipVersion": {
"enum": [
"v4"
],
"type": "string"
},
"ips": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"region": {
"type": "string"
},
"resourceDisplayName": {
"type": "string"
},
"resourceId": {
"type": "string"
},
"resourceName": {
"type": "string"
},
"resourceType": {
"enum": [
"instances",
"bare-metal",
"null"
],
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"type": {
"enum": [
"additional",
"floating"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveVip |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"ip": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"ip"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
assignIp |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"ip": {
"type": "string"
},
"resourceId": {
"format": "int64",
"type": "integer"
},
"resourceType": {
"enum": [
"instances",
"bare-metal"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"resourceId",
"ip",
"resourceType"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
unassignIp |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"ip": {
"type": "string"
},
"resourceId": {
"format": "int64",
"type": "integer"
},
"resourceType": {
"enum": [
"instances",
"bare-metal"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"resourceId",
"ip",
"resourceType"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveVipAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"vipId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveSecretList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"type": {
"enum": [
"password",
"ssh"
],
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createSecret |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createSecretBody": {
"properties": {
"name": {
"description": "The name of the secret that will keep the password",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"type": {
"description": "The type of the secret. Can be `password` or `ssh`",
"enum": [
"password",
"ssh"
],
"type": "string"
},
"value": {
"description": "The secret value that needs to be saved. In case of a password it must match a pattern with at least one upper and lower case character and either one number with two special characters `!@#$^&*?_~` or at least three numbers with one special character `!@#$^&*?_~`. This is expressed in the following regular expression: `^((?=.*?[A-Z]{1,})(?=.*?[a-z]{1,}))(((?=(?:[^d]*d){1})(?=([^^&*?_~]*[!@#$^&*?_~]){2,}))|((?=(?:[^d]*d){3})(?=.*?[!@#$^&*?_~]+))).{8,}$`",
"minLength": 8,
"type": "string"
}
},
"required": [
"name",
"value",
"type"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createSecretBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveSecret |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"secretId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"secretId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateSecret |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"secretId": {
"format": "int64",
"type": "integer"
},
"updateSecretBody": {
"properties": {
"name": {
"description": "The name of the secret to be saved",
"type": "string"
},
"value": {
"description": "The value of the secret to be saved",
"minLength": 8,
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"secretId",
"updateSecretBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteSecret |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"secretId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"secretId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveSecretAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"secretId": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrievePrivateNetworkList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"dataCenter": {
"type": "string"
},
"instanceIds": {
"type": "string"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"region": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createPrivateNetwork |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createPrivateNetworkBody": {
"properties": {
"description": {
"description": "The description of the Private Network. There is a limit of 255 characters per Private Network description.",
"maxLength": 255,
"type": "string"
},
"name": {
"description": "The name of the Private Network. It may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per Private Network name.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"region": {
"description": "Region where the Private Network should be located. Default is `EU`",
"minLength": 1,
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createPrivateNetworkBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
patchPrivateNetwork |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"patchPrivateNetworkBody": {
"properties": {
"description": {
"description": "The description of the Private Network. There is a limit of 255 characters per Private Network.",
"maxLength": 255,
"type": "string"
},
"name": {
"description": "The name of the Private Network. It may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per Private Network.",
"maxLength": 255,
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"privateNetworkId",
"patchPrivateNetworkBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrievePrivateNetwork |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"privateNetworkId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
deletePrivateNetwork |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"privateNetworkId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
assignInstancePrivateNetwork |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"privateNetworkId",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
unassignInstancePrivateNetwork |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"privateNetworkId",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrievePrivateNetworkAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"privateNetworkId": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveUserList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"email": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"owner": {
"type": "boolean"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createUser |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createUserBody": {
"properties": {
"email": {
"description": "The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"enabled": {
"description": "If user is not enabled, he can't login and thus use services any longer.",
"type": "boolean"
},
"firstName": {
"description": "The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"lastName": {
"description": "The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"locale": {
"description": "The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`, `es-ES`, `es`, `pt-BR`, `pt`.",
"enum": [
"de-DE",
"de",
"en-US",
"en",
"es",
"es-ES",
"pt-BR",
"pt"
],
"type": "string"
},
"roles": {
"description": "The roles as list of `roleId`s of the user.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"totp": {
"description": "Enable or disable two-factor authentication (2FA) via time based OTP.",
"type": "boolean"
}
},
"required": [
"email",
"enabled",
"totp",
"locale"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createUserBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveUser |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateUser |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"updateUserBody": {
"properties": {
"email": {
"description": "The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"enabled": {
"description": "If user is not enabled, he can't login and thus use services any longer.",
"type": "boolean"
},
"firstName": {
"description": "The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"lastName": {
"description": "The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"locale": {
"description": "The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`, `es-ES`, `es`, `pt-BR`, `pt`.",
"enum": [
"de-DE",
"de",
"en-US",
"en",
"es",
"es-ES",
"pt-BR",
"pt"
],
"type": "string"
},
"roles": {
"description": "The roles as list of `roleId`s of the user.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"totp": {
"description": "Enable or disable two-factor authentication (2FA) via time based OTP.",
"type": "boolean"
}
},
"type": "object"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId",
"updateUserBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteUser |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
resetPassword |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"redirectUrl": {
"type": "string"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
resendEmailVerification |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"redirectUrl": {
"type": "string"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
retrieveUserClient |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
generateClientSecret |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveUserIsPasswordSet |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveRoleList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"apiName": {
"type": "string"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"tagName": {
"type": "string"
},
"type": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createRole |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createRoleBody": {
"properties": {
"accessAllResources": {
"description": "Allow access to all resources. This will superseed all assigned resources in a role.",
"type": "boolean"
},
"admin": {
"description": "If user is admin he will have permissions to all API endpoints and resources. Enabling this will superseed all role definitions and `accessAllResources`.",
"type": "boolean"
},
"name": {
"description": "The name of the role. There is a limit of 255 characters per role.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"permissions": {
"items": {
"properties": {
"actions": {
"description": "Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints.",
"items": {
"enum": [
"CREATE",
"READ",
"UPDATE",
"DELETE"
],
"type": "string"
},
"type": "array"
},
"apiName": {
"description": "The name of the role. There is a limit of 255 characters per role.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"resources": {
"description": "The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
}
},
"required": [
"apiName",
"actions"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"admin",
"accessAllResources"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createRoleBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveRole |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"roleId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"roleId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateRole |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"roleId": {
"format": "int64",
"type": "integer"
},
"updateRoleBody": {
"properties": {
"accessAllResources": {
"description": "Allow access to all resources. This will superseed all assigned resources in a role.",
"type": "boolean"
},
"admin": {
"description": "If user is admin he will have permissions to all API endpoints and resources. Enabling this will superseed all role definitions and `accessAllResources`.",
"type": "boolean"
},
"name": {
"description": "The name of the role. There is a limit of 255 characters per role.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"permissions": {
"items": {
"properties": {
"actions": {
"description": "Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints.",
"items": {
"enum": [
"CREATE",
"READ",
"UPDATE",
"DELETE"
],
"type": "string"
},
"type": "array"
},
"apiName": {
"description": "The name of the role. There is a limit of 255 characters per role.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"resources": {
"description": "The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
}
},
"required": [
"apiName",
"actions"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"admin",
"accessAllResources"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"roleId",
"updateRoleBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteRole |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"roleId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"roleId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveApiPermissionsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"apiName": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
listObjectStorageCredentials |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"displayName": {
"type": "string"
},
"objectStorageId": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"regionName": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getObjectStorageCredentials |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"credentialId": {
"format": "int64",
"type": "integer"
},
"objectStorageId": {
"type": "string"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId",
"objectStorageId",
"credentialId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
regenerateObjectStorageCredentials |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"credentialId": {
"format": "int64",
"type": "integer"
},
"objectStorageId": {
"type": "string"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"userId",
"objectStorageId",
"credentialId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveUserAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"userId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveRoleAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"roleId": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
start |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
restart |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
stop |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
shutdown |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
rescue |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"rescueBody": {
"properties": {
"rootPassword": {
"description": "`secretId` of the password to login into rescue system for the `root` user.",
"format": "int64",
"type": "integer"
},
"sshKeys": {
"description": "Array of `secretId`s of public SSH keys for logging into rescue system as `root` user.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"userData": {
"description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"rescueBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
resetPasswordAction |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"resetPasswordActionBody": {
"properties": {
"rootPassword": {
"description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
"format": "int64",
"type": "integer"
},
"sshKeys": {
"description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"userData": {
"description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"resetPasswordActionBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveInstancesList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"addOnIds": {
"type": "string"
},
"customerId": {
"type": "string"
},
"dataCenter": {
"type": "string"
},
"displayName": {
"type": "string"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"instanceIds": {
"type": "string"
},
"ipConfig": {
"type": "boolean"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"productIds": {
"type": "string"
},
"productTypes": {
"type": "string"
},
"region": {
"type": "string"
},
"search": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"status": {
"enum": [
"provisioning",
"uninstalled",
"running",
"stopped",
"error",
"installing",
"unknown",
"manual_provisioning",
"product_not_available",
"verification_required",
"rescue",
"pending_payment",
"other",
"reset_password"
],
"type": "string"
},
"tenantId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createInstance |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createInstanceBody": {
"properties": {
"addOns": {
"description": "Set attributes in the addons object for the corresponding ones that need to be added to the instance",
"type": "string"
},
"applicationId": {
"description": "Application ID",
"type": "string"
},
"defaultUser": {
"description": "Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`.",
"enum": [
"root",
"admin",
"administrator"
],
"type": "string"
},
"displayName": {
"description": "The display name of the instance",
"maxLength": 255,
"type": "string"
},
"imageId": {
"description": "ImageId to be used to setup the compute instance. Default is Ubuntu 22.04",
"type": "string"
},
"license": {
"description": "Additional licence in order to enhance your chosen product, mainly needed for software licenses on your product (not needed for windows).",
"enum": [
"cPanel5",
"cPanel30",
"cPanel50",
"cPanel100",
"cPanel150",
"cPanel200",
"cPanel250",
"cPanel300",
"cPanel350",
"cPanel400",
"cPanel450",
"cPanel500",
"cPanel550",
"cPanel600",
"cPanel650",
"cPanel700",
"cPanel750",
"cPanel800",
"cPanel850",
"cPanel900",
"cPanel950",
"cPanel1000",
"PleskAdmin",
"PleskHost",
"PleskPro"
],
"type": "string"
},
"period": {
"description": "Initial contract period in months. Available periods are: 1, 3, 6 and 12 months. Default to 1 month",
"format": "int64",
"type": "integer"
},
"productId": {
"description": "Default is V92",
"minLength": 1,
"type": "string"
},
"region": {
"description": "Instance Region where the compute instance should be located. Default is EU",
"enum": [
"EU",
"US-central",
"US-east",
"US-west",
"SIN",
"UK",
"AUS",
"JPN",
"IND"
],
"minLength": 1,
"type": "string"
},
"rootPassword": {
"description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
"format": "int64",
"type": "integer"
},
"sshKeys": {
"description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"userData": {
"description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
"type": "string"
}
},
"required": [
"period"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createInstanceBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveInstance |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
patchInstance |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"patchInstanceBody": {
"properties": {
"displayName": {
"description": "The display name of the instance",
"maxLength": 255,
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"patchInstanceBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
reinstallInstance |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"reinstallInstanceBody": {
"properties": {
"applicationId": {
"description": "Application ID",
"type": "string"
},
"defaultUser": {
"description": "Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`.",
"enum": [
"root",
"admin",
"administrator"
],
"type": "string"
},
"imageId": {
"description": "ImageId to be used to setup the compute instance.",
"type": "string"
},
"rootPassword": {
"description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
"format": "int64",
"type": "integer"
},
"sshKeys": {
"description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
"items": {
"format": "int64",
"type": "integer"
},
"type": "array"
},
"userData": {
"description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
"type": "string"
}
},
"required": [
"imageId"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"reinstallInstanceBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
cancelInstance |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"cancelInstanceBody": {
"properties": {
"cancelDate": {
"description": "Date of cancellation",
"format": "date-time",
"type": "string"
}
},
"type": "object"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"cancelInstanceBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
upgradeInstance |
write delete financial |
Critical |
destructive operation financial transaction |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"financial"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"upgradeInstanceBody": {
"properties": {
"backup": {
"description": "Set this attribute if you want to upgrade your instance with the Automated Backup addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future.",
"type": "string"
},
"privateNetworking": {
"description": "Set this attribute if you want to upgrade your instance with the Private Networking addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future.",
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"upgradeInstanceBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"financial_transaction"
]
}
Dispute this classification
|
retrieveInstancesActionsAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveInstancesAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveImageList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"search": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"standardImage": {
"type": "boolean"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createCustomImage |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createCustomImageBody": {
"properties": {
"description": {
"description": "Image Description",
"type": "string"
},
"name": {
"description": "Image Name",
"type": "string"
},
"osType": {
"description": "Provided type of operating system (OS). Please specify `Windows` for MS Windows and `Linux` for other OS. Specifying wrong OS type may lead to disfunctional cloud instance.",
"enum": [
"Windows",
"Linux"
],
"type": "string"
},
"url": {
"description": "URL from where the image has been downloaded / provided.",
"type": "string"
},
"version": {
"description": "Version number to distinguish the contents of an image. Could be the version of the operating system for example.",
"type": "string"
}
},
"required": [
"name",
"url",
"osType",
"version"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createCustomImageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveImage |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"imageId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"imageId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateImage |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"imageId": {
"type": "string"
},
"updateImageBody": {
"properties": {
"description": {
"description": "Image Description",
"type": "string"
},
"name": {
"description": "Image Name",
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"imageId",
"updateImageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteImage |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"imageId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"imageId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveCustomImagesStats |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveSnapshotList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createSnapshot |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createSnapshotBody": {
"properties": {
"description": {
"description": "The description of the snapshot. There is a limit of 255 characters per snapshot.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"name": {
"description": "The name of the snapshot. It may contain letters, numbers, spaces, dashes. There is a limit of 30 characters per snapshot.",
"maxLength": 30,
"minLength": 1,
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"createSnapshotBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveSnapshot |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"snapshotId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"snapshotId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateSnapshot |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"snapshotId": {
"type": "string"
},
"updateSnapshotBody": {
"properties": {
"description": {
"description": "The description of the snapshot. There is a limit of 255 characters per snapshot.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"name": {
"description": "The name of the snapshot. Tags may contain only letters, numbers, spaces, dashes. There is a limit of 30 characters per snapshot.",
"maxLength": 30,
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"snapshotId",
"updateSnapshotBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
deleteSnapshot |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"snapshotId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"snapshotId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
rollbackSnapshot |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"instanceId": {
"format": "int64",
"type": "integer"
},
"rollbackSnapshotBody": {
"properties": {},
"type": "object"
},
"snapshotId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"instanceId",
"snapshotId",
"rollbackSnapshotBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveImageAuditsList1 |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"imageId": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveSnapshotsAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"instanceId": {
"format": "int64",
"type": "integer"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"snapshotId": {
"type": "string"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
listHandles |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"countries": {
"type": "string"
},
"firstName": {
"type": "string"
},
"handleType": {
"type": "string"
},
"lastName": {
"type": "string"
},
"name": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"search": {
"type": "string"
},
"showDefaults": {
"type": "boolean"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createHandle |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"createHandleBody": {
"properties": {
"address": {
"description": "Address details for handle",
"type": "string"
},
"birthInfo": {
"description": "The birth info of the handle",
"type": "string"
},
"email": {
"description": "Handle email",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"fax": {
"description": "Handle fax",
"type": "string"
},
"firstName": {
"description": "Handle first name",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"gender": {
"description": "Handle gender",
"enum": [
"male",
"female",
"na"
],
"type": "string"
},
"handleType": {
"description": "The type of the handle",
"enum": [
"person",
"organization"
],
"type": "string"
},
"lastName": {
"description": "Handle last name",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"organization": {
"description": "The organization of the handle",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"phone": {
"description": "Handle phone",
"type": "string"
}
},
"required": [
"handleType",
"firstName",
"lastName",
"email",
"gender",
"address",
"phone"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createHandleBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveHandle |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"handleId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"handleId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
removeHandle |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"handleId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"handleId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
updateHandle |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"handleId": {
"type": "string"
},
"updateHandleBody": {
"properties": {
"address": {
"description": "Address details for handle",
"type": "string"
},
"birthInfo": {
"description": "The birth info of the handle",
"type": "string"
},
"email": {
"description": "Handle email",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"fax": {
"description": "Handle fax",
"type": "string"
},
"gender": {
"description": "Handle gender",
"enum": [
"male",
"female",
"na"
],
"type": "string"
},
"phone": {
"description": "Handle phone",
"type": "string"
}
},
"required": [
"email",
"gender",
"address",
"phone"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"handleId",
"updateHandleBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
setDefaultHandle |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"handleId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"handleId"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
validateDomainAvailability |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
listDomains |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"size": {
"format": "int64",
"type": "integer"
},
"sld": {
"type": "string"
},
"status": {
"enum": [
"ready",
"processing",
"transferring in",
"transferring out",
"manual_task",
"transferred"
],
"type": "string"
},
"tld": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
orderDomain |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"orderDomainBody": {
"properties": {
"authCode": {
"description": "The domain auth code",
"type": "string"
},
"domain": {
"description": "Domain name",
"type": "string"
},
"handles": {
"description": "The handles of the domain",
"type": "string"
},
"nameservers": {
"description": "Nameservers",
"items": {
"properties": {
"hostname": {
"description": "Nameservers",
"items": {
"type": "string"
},
"type": "array"
},
"ipV4": {
"description": "IPv4 of nameserver",
"items": {
"type": "string"
},
"type": "array"
},
"ipV6": {
"description": "IPv6 of nameserver",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"hostname"
],
"type": "object"
},
"type": "array"
},
"resourceId": {
"description": "The identifier of the resource id",
"type": "string"
},
"resourceType": {
"description": "The identifier of the resource type",
"enum": [
"instance",
"server",
"package"
],
"type": "string"
}
},
"required": [
"domain",
"handles",
"nameservers"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"orderDomainBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveDomain |
read network |
Medium |
arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
updateDomain |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"updateDomainBody": {
"properties": {
"handles": {
"description": "The handles of the domain",
"type": "string"
},
"nameservers": {
"description": "Nameservers",
"items": {
"properties": {
"hostname": {
"description": "Nameservers",
"items": {
"type": "string"
},
"type": "array"
},
"ipV4": {
"description": "IPv4 of nameserver",
"items": {
"type": "string"
},
"type": "array"
},
"ipV6": {
"description": "IPv6 of nameserver",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"hostname"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain",
"updateDomainBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
cancelDomain |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"cancelDomainBody": {
"properties": {
"cancelDate": {
"description": "Date of cancellation",
"format": "date-time",
"type": "string"
},
"reason": {
"description": "Reason for cancelling an domain",
"enum": [
"Technical issues / Outages / Performance",
"Too expensive / price",
"Product not needed anymore",
"Bad customer support",
"Switch to a different Contabo product",
"Missing features",
"Other"
],
"type": "string"
},
"reasonText": {
"description": "Reason Text when `Other` reason got selected while cancelling an domain",
"type": "string"
}
},
"type": "object"
},
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain",
"cancelDomainBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
getAuthCode |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
revokeCancelDomain |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
confirmDomainTransferOut |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
Safeguards hinted in metadata. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
revokeDomainTransferOut |
write delete network |
High |
destructive operation arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"network"
],
"input_schema": {
"properties": {
"domain": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"domain"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
retrieveHandlesAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"handleId": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveDomainsAuditsList |
read network |
Medium |
arbitrary network egress freeform input surface |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read",
"network"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"domain": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress",
"freeform_input_surface"
]
}
Dispute this classification
|
retrieveObjectStorageList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"dataCenterName": {
"minLength": 1,
"type": "string"
},
"displayName": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"region": {
"type": "string"
},
"s3TenantId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createObjectStorage |
write delete financial |
Critical |
destructive operation financial transaction |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"financial"
],
"input_schema": {
"properties": {
"createObjectStorageBody": {
"properties": {
"autoScaling": {
"description": "Autoscaling settings",
"type": "string"
},
"displayName": {
"description": "Display name helps to differentiate between object storages, especially if they are in the same region. If display name is not provided, it will be generated. Display name can be changed any time.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"region": {
"description": "Region where the object storage should be located. Default is EU. Available regions: EU, US-central, SIN",
"minLength": 1,
"type": "string"
},
"totalPurchasedSpaceTB": {
"description": "Amount of purchased / requested object storage in TB.",
"format": "double",
"type": "number"
}
},
"required": [
"region",
"totalPurchasedSpaceTB"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"createObjectStorageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"financial_transaction"
]
}
Dispute this classification
|
retrieveDataCenterList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"name": {
"minLength": 1,
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"regionName": {
"minLength": 1,
"type": "string"
},
"regionSlug": {
"minLength": 1,
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"slug": {
"minLength": 1,
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
retrieveObjectStorage |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"objectStorageId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"objectStorageId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateObjectStorage |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"objectStorageId": {
"type": "string"
},
"updateObjectStorageBody": {
"properties": {
"displayName": {
"description": "Display name helps to differentiate between object storages, especially if they are in the same region.",
"maxLength": 255,
"minLength": 1,
"type": "string"
}
},
"required": [
"displayName"
],
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"objectStorageId",
"updateObjectStorageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
upgradeObjectStorage |
write delete financial |
Critical |
destructive operation financial transaction |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"financial"
],
"input_schema": {
"properties": {
"objectStorageId": {
"type": "string"
},
"upgradeObjectStorageBody": {
"properties": {
"autoScaling": {
"description": "New monthly object storage size limit for autoscaling if enabled.",
"type": "string"
},
"totalPurchasedSpaceTB": {
"description": "New total object storage limit. If this number is larger than before you will also be billed for the added storage space. No downgrade possible.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"objectStorageId",
"upgradeObjectStorageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation",
"financial_transaction"
]
}
Dispute this classification
|
retrieveObjectStoragesStats |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"objectStorageId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"objectStorageId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
CancelObjectStorage |
write delete |
Medium |
destructive operation |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete"
],
"input_schema": {
"properties": {
"CancelObjectStorageBody": {
"properties": {
"cancelDate": {
"description": "Date of cancellation",
"format": "date-time",
"type": "string"
}
},
"type": "object"
},
"objectStorageId": {
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id",
"objectStorageId",
"CancelObjectStorageBody"
],
"type": "object"
},
"risk_flags": [
"destructive_operation"
]
}
Dispute this classification
|
retrieveObjectStorageAuditsList |
read |
Low |
none |
No explicit safeguard hints detected. |
Schema & evidence
{
"annotations": {
"destructiveHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"changedBy": {
"type": "string"
},
"endDate": {
"format": "date",
"type": "string"
},
"objectStorageId": {
"type": "string"
},
"orderBy": {
"items": {
"type": "string"
},
"type": "array"
},
"page": {
"format": "int64",
"type": "integer"
},
"requestId": {
"type": "string"
},
"size": {
"format": "int64",
"type": "integer"
},
"startDate": {
"format": "date",
"type": "string"
},
"x-request-id": {
"pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
"type": "string"
},
"x-trace-id": {
"type": "string"
}
},
"required": [
"x-request-id"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|