{"openapi":"3.1.0","info":{"title":"OctoPerf API","description":"OctoPerf Load Testing Tool","license":{"name":"OctoPerf Terms Of Service","url":"https://doc.octoperf.com/tos/"},"version":"1.0.0"},"externalDocs":{"description":"OctoPerf Documentation","url":"https://doc.octoperf.com"},"servers":[{"url":"https://api.octoperf.com","description":"Generated server url"}],"paths":{"/workspaces/{id}":{"get":{"tags":["Workspaces"],"summary":"Find an item by ID","operationId":"find","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Workspace"}}}}}},"put":{"tags":["Workspaces"],"summary":"Update an existing item by ID","operationId":"update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Workspace"}}}}}},"delete":{"tags":["Workspaces"],"summary":"Delete an item by ID","operationId":"delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/notifications/{id}":{"get":{"tags":["Workspaces - Notifications"],"summary":"Find an item by ID","operationId":"find_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}}},"put":{"tags":["Workspaces - Notifications"],"summary":"Update an existing item by ID","operationId":"update_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}}},"delete":{"tags":["Workspaces - Notifications"],"summary":"Delete an item by ID","operationId":"delete_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/members/{id}":{"get":{"tags":["Workspaces - Members"],"summary":"Find an item by ID","operationId":"find_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}},"put":{"tags":["Workspaces - Members"],"summary":"Update an existing item by ID","operationId":"update_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}},"delete":{"tags":["Workspaces - Members"],"summary":"Delete an item by ID","operationId":"delete_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/docker-providers/{id}":{"get":{"tags":["Workspaces - Providers"],"summary":"Find an item by ID","operationId":"find_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}}}}},"put":{"tags":["Workspaces - Providers"],"summary":"Update an existing item by ID","operationId":"update_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}}}}},"delete":{"tags":["Workspaces - Providers"],"summary":"Delete an item by ID","operationId":"delete_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/docker-provider-to-workspace/{id}":{"get":{"tags":["Workspaces - Provider To Workspace"],"summary":"Find an item by ID","operationId":"find_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}}}}},"put":{"tags":["Workspaces - Provider To Workspace"],"summary":"Update an existing item by ID","operationId":"update_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}}}}},"delete":{"tags":["Workspaces - Provider To Workspace"],"summary":"Delete an item by ID","operationId":"delete_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/docker-provider-configs/{id}":{"get":{"tags":["Workspaces - Providers - Configs"],"summary":"Find an item by ID","operationId":"find_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}}}}},"put":{"tags":["Workspaces - Providers - Configs"],"summary":"Update an existing item by ID","operationId":"update_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}}}}},"delete":{"tags":["Workspaces - Providers - Configs"],"summary":"Delete an item by ID","operationId":"delete_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces/docker-cloud-instances/terminate":{"put":{"tags":["Workspaces - Providers - Cloud Instances"],"operationId":"Q","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerCloudInstance"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/workspaces/docker-cloud-instances/reboot":{"put":{"tags":["Workspaces - Providers - Cloud Instances"],"operationId":"b","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerCloudInstance"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/users/billing-info":{"put":{"tags":["System - Logged In Users"],"summary":"Update user billing information","operationId":"U","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BillingInfo_s_w"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"202":{"description":"Accepted","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User_s_w"}}}}}}},"/scheduler/scheduled-jobs/{id}":{"get":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Find by id","operationId":"D","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}}}}},"put":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Update an existing scheduled job","operationId":"V","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}}}}},"delete":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Delete an existing job","operationId":"d","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/scheduler/scheduled-jobs/enable/{id}":{"put":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Enable an existing job","operationId":"r","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}}}}}},"/scheduler/scheduled-jobs/disable/{id}":{"put":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Disable an existing job","operationId":"t","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}}}}}},"/runtime/scenarios/{id}":{"get":{"tags":["Runtime - Scenarios"],"summary":"Find an item by ID","operationId":"find_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Scenario"}}}}}},"put":{"tags":["Runtime - Scenarios"],"summary":"Update an existing item by ID","operationId":"update_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Scenario"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Scenario"}}}}}},"delete":{"tags":["Runtime - Scenarios"],"summary":"Delete an item by ID","operationId":"delete_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/runtime/remote-control/properties/{batchId}":{"get":{"tags":["Runtime - Remote Control"],"summary":"Get Runtime Properties","operationId":"Z","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PropertiesSettings"}}}}}}},"put":{"tags":["Runtime - Remote Control"],"summary":"Set Runtime Property","operationId":"G","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"string"}},{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}},"post":{"tags":["Runtime - Remote Control"],"summary":"Update Runtime Properties","operationId":"v","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PropertiesSettings"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/g4"}}}}}}}},"/runtime/bench-results/{id}":{"get":{"tags":["Runtime - Tests"],"summary":"Find an item by ID","operationId":"find_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchResult"}}}}}},"put":{"tags":["Runtime - Tests"],"summary":"Update an existing item by ID","operationId":"update_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchResult"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchResult"}}}}}},"delete":{"tags":["Runtime - Tests"],"summary":"Delete an item by ID","operationId":"delete_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/runtime/apms/{id}":{"get":{"tags":["Runtime - APMs"],"summary":"Find an item by ID","operationId":"find_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Apm"}}}}}},"put":{"tags":["Runtime - APMs"],"summary":"Update an existing item by ID","operationId":"update_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Apm"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Apm"}}}}}},"delete":{"tags":["Runtime - APMs"],"summary":"Delete an item by ID","operationId":"delete_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/monitoring/connections/{id}":{"get":{"tags":["Monitoring - Connections"],"summary":"Find an item by ID","operationId":"find_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MonitorConnection"}}}}}},"put":{"tags":["Monitoring - Connections"],"summary":"Update an existing item by ID","operationId":"update_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorConnection"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MonitorConnection"}}}}}},"delete":{"tags":["Monitoring - Connections"],"summary":"Delete an item by ID","operationId":"delete_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/mfa":{"get":{"tags":["System - MFA Management"],"summary":"List Mfas","operationId":"o","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Mfa_s_w"}}}}}}},"put":{"tags":["System - MFA Management"],"summary":"Verify code and Save Mfa","operationId":"P","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MfaEnrolmentRequest_s_w"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Mfa_s_w"}}}}}},"post":{"tags":["System - MFA Management"],"summary":"Create New Mfa","operationId":"y","parameters":[{"name":"type","in":"query","required":true,"schema":{"type":"string","enum":["TOTP"]}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Mfa_be0"}}}}}}},"/design/virtual-users/{id}":{"get":{"tags":["Design - Virtual Users"],"summary":"Find an item by ID","operationId":"find_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}},"put":{"tags":["Design - Virtual Users"],"summary":"Update an existing item by ID","operationId":"update_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}},"delete":{"tags":["Design - Virtual Users"],"summary":"Delete an item by ID","operationId":"delete_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/variables/{id}":{"get":{"tags":["Design - Variables"],"summary":"Find an item by ID","operationId":"find_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VariableWrapper"}}}}}},"put":{"tags":["Design - Variables"],"summary":"Update an existing item by ID","operationId":"update_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariableWrapper"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VariableWrapper"}}}}}},"delete":{"tags":["Design - Variables"],"summary":"Delete an item by ID","operationId":"delete_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/sla-profiles/{id}":{"get":{"tags":["Design - SLA Profiles"],"summary":"Find an item by ID","operationId":"find_12","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SLAProfile"}}}}}},"put":{"tags":["Design - SLA Profiles"],"summary":"Update an existing item by ID","operationId":"update_12","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SLAProfile"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SLAProfile"}}}}}},"delete":{"tags":["Design - SLA Profiles"],"summary":"Delete an item by ID","operationId":"delete_12","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/projects/{id}":{"get":{"tags":["Design - Projects"],"summary":"Find an item by ID","operationId":"find_13","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Project"}}}}}},"put":{"tags":["Design - Projects"],"summary":"Update an existing item by ID","operationId":"update_13","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Project"}}}}}},"delete":{"tags":["Design - Projects"],"summary":"Delete an item by ID","operationId":"delete_13","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/http-servers/{id}":{"get":{"tags":["Design - Http Servers"],"summary":"Find an item by ID","operationId":"find_14","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HttpServer"}}}}}},"put":{"tags":["Design - Http Servers"],"summary":"Update an existing item by ID","operationId":"update_14","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HttpServer"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HttpServer"}}}}}},"delete":{"tags":["Design - Http Servers"],"summary":"Delete an item by ID","operationId":"delete_14","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/http-servers/replace":{"put":{"tags":["Design - Http Servers"],"summary":"Replace source server ids by a target server id in all virtual users of the project","operationId":"A","parameters":[{"name":"serverId","in":"query","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/fake-data/csv/{locale}":{"put":{"tags":["Design - Fake Data Generator"],"operationId":"H","parameters":[{"name":"locale","in":"path","required":true,"schema":{"type":"string"}},{"name":"projectId","in":"query","required":true,"schema":{"type":"string"}},{"name":"count","in":"query","required":true,"schema":{"type":"integer","format":"int32","maximum":100000,"minimum":1}},{"name":"filename","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataProviderQuery"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageFile"}}}}}}},"/design/correlation-rules/{id}":{"get":{"tags":["Design - Correlation Rules"],"summary":"Find an item by ID","operationId":"find_15","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationRule"}}}}}},"put":{"tags":["Design - Correlation Rules"],"summary":"Update an existing item by ID","operationId":"update_15","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationRule"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationRule"}}}}}},"delete":{"tags":["Design - Correlation Rules"],"summary":"Delete an item by ID","operationId":"delete_15","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/design/correlation-frameworks/{id}":{"get":{"tags":["Design - Correlation Frameworks"],"summary":"Find an item by ID","operationId":"find_16","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationFramework"}}}}}},"put":{"tags":["Design - Correlation Frameworks"],"summary":"Update an existing item by ID","operationId":"update_16","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationFramework"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationFramework"}}}}}},"delete":{"tags":["Design - Correlation Frameworks"],"summary":"Delete an item by ID","operationId":"delete_16","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/analysis/bench-reports/{id}":{"get":{"tags":["Analysis - Bench Reports"],"summary":"Find an item by ID","operationId":"find_17","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}},"put":{"tags":["Analysis - Bench Reports"],"summary":"Update an existing item by ID","operationId":"update_17","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReport"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}},"delete":{"tags":["Analysis - Bench Reports"],"summary":"Delete an item by ID","operationId":"delete_17","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/analysis/bench-report-templates/{id}":{"put":{"tags":["Analysis - Bench Report Templates"],"summary":"Update an existing template by ID","operationId":"E","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReportTemplate"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReportTemplate"}}}}}},"delete":{"tags":["Analysis - Bench Report Templates"],"summary":"Delete an item by ID","operationId":"d_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content"}}}},"/workspaces":{"post":{"tags":["Workspaces"],"summary":"Create a new item","operationId":"create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Workspace"}}}}}}},"/workspaces/notifications":{"post":{"tags":["Workspaces - Notifications"],"summary":"Create a new item","operationId":"create_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}}}},"/workspaces/notifications/test":{"post":{"tags":["Workspaces - Notifications"],"operationId":"S","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/workspaces/notifications/jira/project-statuses":{"post":{"tags":["Workspaces - Notifications Jira helper"],"summary":"List available statuses for notification project (via projectId)","operationId":"k","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JiraNotification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JiraStatus"}}}}}}}},"/workspaces/notifications/jira/check-connection":{"post":{"tags":["Workspaces - Notifications Jira helper"],"summary":"Check Jira Connection","operationId":"U_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JiraNotification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/workspaces/notifications/jira/boards":{"post":{"tags":["Workspaces - Notifications Jira helper"],"summary":"List available boards","operationId":"M","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JiraNotification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JiraBoardWithProject"}}}}}}}},"/workspaces/notifications/jira/board-transitions":{"post":{"tags":["Workspaces - Notifications Jira helper"],"summary":"List available board transitions","operationId":"I","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JiraNotification"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JiraTransition"}}}}}}}},"/workspaces/notifications/all":{"post":{"tags":["Workspaces - Notifications"],"summary":"Retrieve items by multiple ids","operationId":"findAll","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}}}}}},"/workspaces/members":{"post":{"tags":["Workspaces - Members"],"summary":"Create a new item","operationId":"create_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}},"/workspaces/members/by-workspace/{workspaceId}/by-usernames":{"get":{"tags":["Workspaces - Members"],"summary":"List members indexed by username by workspace ID","operationId":"R","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}},"post":{"tags":["Workspaces - Members"],"summary":"Add a new workspace member for given workspace ID","operationId":"E_1","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}},"/workspaces/members/all":{"post":{"tags":["Workspaces - Members"],"summary":"Retrieve items by multiple ids","operationId":"findAll_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}}},"/workspaces/docker-providers":{"post":{"tags":["Workspaces - Providers"],"summary":"Create a new item","operationId":"create_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}}}}}},"/workspaces/docker-providers/workspace/{workspaceId}":{"post":{"tags":["Workspaces - Providers"],"summary":"Create a new item","operationId":"L","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProvider"}}}}}}},"/workspaces/docker-providers/usage/all":{"post":{"tags":["Workspaces - Providers"],"summary":"Retrieve provider usages from given provider ids","operationId":"S_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderUsage"}}}}}}}},"/workspaces/docker-providers/static-ips/{providerId}":{"post":{"tags":["Workspaces - Providers - Static IPs"],"summary":"Allocate a new Static IP","operationId":"p","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}},{"name":"region","in":"query","required":true,"schema":{"type":"string"}},{"name":"zone","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StaticIP"}}}}}}},"/workspaces/docker-providers/capacity/all":{"post":{"tags":["Workspaces - Providers"],"summary":"Retrieve provider capacities by multiple ids","operationId":"M_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderCapacity"}}}}}}}},"/workspaces/docker-providers/all":{"post":{"tags":["Workspaces - Providers"],"summary":"Retrieve items by multiple ids","operationId":"findAll_2","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProvider"}}}}}}}},"/workspaces/docker-provider-to-workspace":{"post":{"tags":["Workspaces - Provider To Workspace"],"summary":"Create a new item","operationId":"create_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}}}}}},"/workspaces/docker-provider-to-workspace/all":{"post":{"tags":["Workspaces - Provider To Workspace"],"summary":"Retrieve items by multiple ids","operationId":"findAll_3","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}}}}}}},"/workspaces/docker-provider-configs":{"post":{"tags":["Workspaces - Providers - Configs"],"summary":"Create a new item","operationId":"create_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}}}}}},"/workspaces/docker-provider-configs/regions":{"post":{"tags":["Workspaces - Providers - Configs"],"summary":"Get Provider Regions by id","operationId":"W","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DockerProviderConfig"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DockerProviderRegion"}}}}}}}},"/workspaces/docker-provider-configs/all":{"post":{"tags":["Workspaces - Providers - Configs"],"summary":"Retrieve items by multiple ids","operationId":"findAll_4","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderConfig"}}}}}}}},"/workspaces/docker-cloud-instances/provision/{providerId}/{regionId}/{zoneId}":{"post":{"tags":["Workspaces - Providers - Cloud Instances"],"operationId":"G_1","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}},{"name":"regionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"zoneId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/workspaces/all":{"post":{"tags":["Workspaces"],"summary":"Retrieve items by multiple ids","operationId":"findAll_5","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Workspace"}}}}}}}},"/users/change-username":{"post":{"tags":["System - Logged In Users"],"summary":"Change Username","operationId":"b_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/users/change-password":{"post":{"tags":["System - Logged In Users"],"summary":"Set a new password","operationId":"G_2","parameters":[{"name":"oldpassword","in":"query","required":true,"schema":{"type":"string"}},{"name":"newpassword","in":"query","required":true,"schema":{"type":"string","maxLength":128,"minLength":12}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User_s_w"}}}}}}},"/users/api-keys":{"post":{"tags":["System - User Api Keys"],"summary":"Get Api Key","operationId":"K","parameters":[{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperString"}}}}}}},"/users/api-keys/reset":{"post":{"tags":["System - User Api Keys"],"summary":"Reset Api Key","operationId":"j","parameters":[{"name":"password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperString"}}}}}}},"/tokens/ephemeral":{"post":{"tags":["Tokens - Short-lived Single-use Presigned Credentials"],"operationId":"B","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EphemeralAccessToken"}}}}}}},"/tasks":{"post":{"tags":["Task"],"summary":"Create and execute a new task","operationId":"t_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Task"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/scheduler/scheduled-jobs":{"post":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"Create a new scheduled job","operationId":"a","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledJob"}}}}}}},"/scheduler/scheduled-jobs/usage/{projectId}":{"post":{"tags":["Workspaces - Scheduler - Scheduled Jobs - Usage"],"operationId":"R_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/runtime/scenarios":{"post":{"tags":["Runtime - Scenarios"],"summary":"Create a new item","operationId":"create_6","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Scenario"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Scenario"}}}}}}},"/runtime/scenarios/usage/{projectId}":{"post":{"tags":["Runtime - Scenarios - Usages"],"operationId":"d_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/runtime/scenarios/run/{id}":{"post":{"tags":["Runtime - Scenarios"],"summary":"Executes the scenario with the given ID","operationId":"b_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"subscriptionId","in":"query","required":false,"schema":{"type":"string"}},{"name":"templateId","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PropertiesSettings"}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}}},"/runtime/scenarios/matching-plans":{"post":{"tags":["Runtime - Scenarios - Plans"],"summary":"Get subscriptions which can be used to run the given scenario","operationId":"b_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Scenario"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/KeyValueSubscriptionDTOInteger"}}}}}}}},"/runtime/scenarios/jira/{id}":{"post":{"tags":["Runtime - Scenarios"],"summary":"JIRA Webhook - Executes the scenario with the given ID","operationId":"w","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"subscriptionId","in":"query","required":false,"schema":{"type":"string"}},{"name":"templateId","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JiraWebhookInput"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}}},"/runtime/scenarios/export/maven":{"post":{"tags":["Runtime - Scenarios"],"summary":"Export the scenario as Json to be used by OctoPerf Maven Plugin","operationId":"F","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Scenario"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Scenario"}}}}}}},"/runtime/scenarios/by-projects":{"post":{"tags":["Runtime - Scenarios"],"summary":"Lists scenarios for the specified project ids","operationId":"f","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}}}}}}}},"/runtime/scenarios/all":{"post":{"tags":["Runtime - Scenarios"],"summary":"Retrieve items by multiple ids","operationId":"findAll_6","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}}}}}}}},"/runtime/bench-results":{"post":{"tags":["Runtime - Tests"],"summary":"Create a new item","operationId":"create_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchResult"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchResult"}}}}}}},"/runtime/bench-results/stop/{benchResultId}":{"post":{"tags":["Runtime - Tests"],"summary":"Stops the test with benchResult ID","operationId":"o_1","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchResult"}}}}}}},"/runtime/bench-results/all":{"post":{"tags":["Runtime - Tests"],"summary":"Retrieve items by multiple ids","operationId":"findAll_7","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchResult"}}}}}}}},"/runtime/apms":{"post":{"tags":["Runtime - APMs"],"summary":"Create a new item","operationId":"create_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Apm"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Apm"}}}}}}},"/runtime/apms/all":{"post":{"tags":["Runtime - APMs"],"summary":"Retrieve items by multiple ids","operationId":"findAll_8","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Apm"}}}}}}}},"/public/users/reset-password":{"post":{"tags":["System - Public Users"],"summary":"Reset Password","operationId":"g","parameters":[{"name":"token","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"newpassword","in":"query","required":true,"schema":{"type":"string","maxLength":128,"minLength":12}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User_s_w"}}}}}}},"/public/users/register":{"post":{"tags":["System - Public Users"],"summary":"Registers a user with the given email","operationId":"i","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string","maxLength":320,"minLength":0}},{"name":"password","in":"query","required":false,"schema":{"type":"string","maxLength":128,"minLength":12}},{"name":"country","in":"query","required":false,"schema":{"type":"string","maxLength":10,"minLength":0}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SecurityToken"}}}}}}},"/public/users/login":{"post":{"tags":["System - Public Users"],"summary":"Login with username and password","operationId":"a_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"password","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoginResult"}}}}}}},"/public/users/forgot-password":{"post":{"tags":["System - Public Users"],"summary":"Send an email to reset password","operationId":"f_1","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string","format":"email"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/public/mfa/login":{"post":{"tags":["System - Public MFA Totp"],"summary":"Login with MFA Token","operationId":"f_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MfaLogin"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoginResult"}}}}}}},"/monitoring/connections":{"post":{"tags":["Monitoring - Connections"],"summary":"Create a new item","operationId":"create_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorConnection"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MonitorConnection"}}}}}}},"/monitoring/connections/by-projects":{"post":{"tags":["Monitoring - Connections"],"summary":"List by project ids","operationId":"O","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MonitorConnection"}}}}}}}},"/monitoring/connections/all":{"post":{"tags":["Monitoring - Connections"],"summary":"Retrieve items by multiple ids","operationId":"findAll_9","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MonitorConnection"}}}}}}}},"/mfa/totp/qrcode":{"post":{"tags":["System - MFA Totp"],"summary":"Generate Mfa QR Code","operationId":"r_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Mfa"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/imports/jmx/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual User with Scenario (optional) from JMeter JMX","operationId":"h","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/JmxImportMultipartRequest","additionalProperties":{"default":""},"default":""}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JmxImportResult"}}}}}}},"/design/virtual-users":{"post":{"tags":["Design - Virtual Users"],"summary":"Create a new item","operationId":"create_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/virtual-users/search/{projectId}":{"post":{"tags":["Design - Virtual Users - Tools"],"summary":"Execute search queries on entire Project","operationId":"b_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/s9"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SetMultimapStringString"}}}}}}},"/design/virtual-users/search/{projectId}/{virtualUserId}":{"post":{"tags":["Design - Virtual Users - Tools"],"summary":"Execute search queries on specific VirtualUser","operationId":"m","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/s9"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/design/virtual-users/sanitycheck/{projectId}":{"post":{"tags":["Design - Sanity Check"],"summary":"Execute sanity check on multiple virtual users ids","operationId":"B_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}}}}}}},"/design/virtual-users/import/{projectId}":{"post":{"tags":["Design - Virtual Users - Import and Export"],"summary":"Import a Zip Archive containing a Virtual User","operationId":"V_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/virtual-users/description/by-projects":{"post":{"tags":["Design - Virtual Users"],"summary":"List virtual users without children by project id","operationId":"n","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/description/all":{"post":{"tags":["Design - Virtual Users"],"summary":"List virtual user descriptions by multiple ids","operationId":"d_3","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/by-projects":{"post":{"tags":["Design - Virtual Users"],"summary":"Lists virtual users for the specified report project ids","operationId":"H_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/all":{"post":{"tags":["Design - Virtual Users"],"summary":"Retrieve items by multiple ids","operationId":"findAll_10","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/variables":{"post":{"tags":["Design - Variables"],"summary":"Create a new item","operationId":"create_11","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariableWrapper"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VariableWrapper"}}}}}}},"/design/variables/exec-on-record/{projectId}/{virtualUserId}/{requestId}":{"post":{"tags":["Design - Variables"],"summary":"Execute variable extractor on recorded response","operationId":"u","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}},{"name":"requestId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyValueVariableExtractorMapStringString"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/design/variables/exec-on-check/{projectId}/{virtualUserId}/{requestId}/{timestamp}":{"post":{"tags":["Design - Variables"],"summary":"Execute variable extractor on check response","operationId":"Z_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}},{"name":"requestId","in":"path","required":true,"schema":{"type":"string"}},{"name":"timestamp","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyValueVariableExtractorMapStringString"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/design/variables/all":{"post":{"tags":["Design - Variables"],"summary":"Retrieve items by multiple ids","operationId":"findAll_11","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VariableWrapper"}}}}}}}},"/design/sla-profiles":{"post":{"tags":["Design - SLA Profiles"],"summary":"Create a new item","operationId":"create_12","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SLAProfile"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SLAProfile"}}}}}}},"/design/sla-profiles/usage":{"post":{"tags":["Design - SLA Profiles - Usages"],"operationId":"k_1","parameters":[{"name":"onlyEnabled","in":"query","required":true,"schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/sla-profiles/by-projects":{"post":{"tags":["Design - SLA Profiles"],"summary":"List by project ids","operationId":"l","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SLAProfile"}}}}}}}},"/design/sla-profiles/by-project/{projectId}":{"get":{"tags":["Design - SLA Profiles"],"summary":"Find SLA Profiles by project ID","operationId":"N","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SLAProfile"}}}}}}},"post":{"tags":["Design - SLA Profiles"],"summary":"Bulk Delete SLA Profiles by project ID","operationId":"t_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SLAProfile"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/sla-profiles/all":{"post":{"tags":["Design - SLA Profiles"],"summary":"Retrieve items by multiple ids","operationId":"findAll_12","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SLAProfile"}}}}}}}},"/design/projects":{"post":{"tags":["Design - Projects"],"summary":"Create a new item","operationId":"create_13","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Project"}}}}}}},"/design/projects/{projectId}/tags/bulk":{"post":{"tags":["Tags"],"summary":"Bulk add or remove tags on a set of entities under a project","operationId":"R_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulkTagsUpdateRequest"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TaggedEntity"}}}}}}}},"/design/projects/move":{"post":{"tags":["Design - Projects"],"summary":"Move project to another workspace","operationId":"b_5","parameters":[{"name":"workspaceId","in":"query","required":true,"schema":{"type":"string"}},{"name":"projectId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Project"}}}}}}},"/design/projects/all":{"post":{"tags":["Design - Projects"],"summary":"Retrieve items by multiple ids","operationId":"findAll_13","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Project"}}}}}}}},"/design/project-files/{projectId}":{"get":{"tags":["Design - Projects - Files"],"summary":"Download file from folder with ID","operationId":"y_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InputStreamSource"}}}}}},"post":{"tags":["Design - Projects - Files"],"summary":"Upload file inside folder with ID","operationId":"k_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StorageFile"},"uniqueItems":true}}}}}},"delete":{"tags":["Design - Projects - Files"],"summary":"Delete file from folder with ID","operationId":"a_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/design/project-files/lines/{projectId}":{"post":{"tags":["Design - Projects - Files"],"summary":"Read XX lines from file inside folder with ID","operationId":"u_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"filename","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RangeSetInteger"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/paths/all":{"post":{"tags":["Design - Action Paths"],"summary":"Maps action ids to action path","operationId":"S_2","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/KeyValueStringString"}}}}}}}}},"/design/imports/webdriver/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create WebDriver Virtual user from URL list","operationId":"X","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RequestUrl"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/imports/urls/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create And Save Virtual user from URL list","operationId":"g_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["DO_NOT_CRAWL","CRAWL"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RequestUrl"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/imports/postman/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual user from Postman Archive","operationId":"p_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"adblock","in":"query","required":false,"schema":{"type":"string","enum":["ENABLED","DISABLED"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/imports/playwright/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual user from Playwright sources","operationId":"a_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"files","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"binary"}}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/imports/neoload/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual Users from a NeoLoad project archive","operationId":"K_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"providerId","in":"query","required":false,"schema":{"type":"string"}},{"name":"location","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NeoLoadImportResult"}}}}}}},"/design/imports/neoload/{projectId}/assessment":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Assess what a NeoLoad project holds, without importing it","operationId":"x","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NeoLoadProjectAssessment"}}}}}}},"/design/imports/loadrunner/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual Users from a LoadRunner script folder","operationId":"e","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"providerId","in":"query","required":false,"schema":{"type":"string"}},{"name":"location","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadRunnerImportResult"}}}}}}},"/design/imports/loadrunner/{projectId}/assessment":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Assess what a LoadRunner script folder holds, without importing it","operationId":"z","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadRunnerProjectAssessment"}}}}}}},"/design/imports/jmx/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual User from JMeter JMX","operationId":"r_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resources","in":"query","required":false,"schema":{"type":"string","enum":["KEEP_ALL","REMOVE"]}},{"name":"adblock","in":"query","required":false,"schema":{"type":"string","enum":["ENABLED","DISABLED"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Action"}}}}}}}},"/design/imports/har/{projectId}":{"post":{"tags":["Design - Virtual Users - Imports"],"summary":"Create Virtual user from HAR record","operationId":"C","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"query","required":false,"schema":{"type":"string"}},{"name":"containers","in":"query","required":false,"schema":{"type":"string","enum":["PAGE_REF","THINKTIME"]}},{"name":"resources","in":"query","required":false,"schema":{"type":"string","enum":["KEEP_ALL","REMOVE"]}},{"name":"adblock","in":"query","required":false,"schema":{"type":"string","enum":["ENABLED","DISABLED"]}},{"name":"thinktime","in":"query","required":false,"schema":{"type":"string","enum":["THINKTIMES","DELAYS"]}},{"name":"maxThinktime","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"containerTimeline","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/http-servers":{"post":{"tags":["Design - Http Servers"],"summary":"Create a new item","operationId":"create_14","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HttpServer"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HttpServer"}}}}}}},"/design/http-servers/usage":{"post":{"tags":["Design - Servers - Usages"],"operationId":"m_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/http-servers/by-projects":{"post":{"tags":["Design - Http Servers"],"summary":"List by project ids","operationId":"q","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HttpServer"}}}}}}}},"/design/http-servers/by-project/{projectId}":{"get":{"tags":["Design - Http Servers"],"summary":"Find servers by project ID","operationId":"f_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Server"}}}}}}},"post":{"tags":["Design - Http Servers"],"summary":"Bulk Delete servers by project ID","operationId":"J","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HttpServer"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/http-servers/all":{"post":{"tags":["Design - Http Servers"],"summary":"Retrieve items by multiple ids","operationId":"findAll_14","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HttpServer"}}}}}}}},"/design/fake-data/samples/{locale}":{"post":{"tags":["Design - Fake Data Generator"],"operationId":"b_6","parameters":[{"name":"locale","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataProviderQuery"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataSample"}}}}}}}},"/design/fake-data/csv/preview/{locale}":{"post":{"tags":["Design - Fake Data Generator"],"operationId":"N_1","parameters":[{"name":"locale","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataProviderQuery"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/correlation-rules":{"post":{"tags":["Design - Correlation Rules"],"summary":"Create a new item","operationId":"create_15","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationRule"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationRule"}}}}}}},"/design/correlation-rules/all":{"post":{"tags":["Design - Correlation Rules"],"summary":"Retrieve items by multiple ids","operationId":"findAll_15","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CorrelationRule"}}}}}}}},"/design/correlation-frameworks":{"get":{"tags":["Design - Correlation Frameworks"],"operationId":"e_1","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CorrelationFramework"}}}}}}},"post":{"tags":["Design - Correlation Frameworks"],"summary":"Create a new item","operationId":"create_16","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationFramework"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CorrelationFramework"}}}}}}},"/design/correlation-frameworks/all":{"post":{"tags":["Design - Correlation Frameworks"],"summary":"Retrieve items by multiple ids","operationId":"findAll_16","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CorrelationFramework"}}}}}}}},"/design/assertions/on-record/{projectId}/{virtualUserId}/{requestId}":{"post":{"tags":["Design - Assertions"],"summary":"Execute against a Recorded Request / Response","operationId":"s","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}},{"name":"requestId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyValueAssertionMapStringString"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperBoolean"}}}}}}},"/design/assertions/on-check/{projectId}/{virtualUserId}/{requestId}/{timestamp}":{"post":{"tags":["Design - Assertions"],"summary":"Execute Against a Validation Request / Response","operationId":"d_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}},{"name":"requestId","in":"path","required":true,"schema":{"type":"string"}},{"name":"timestamp","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyValueAssertionMapStringString"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperBoolean"}}}}}}},"/auth/oauth2/resume":{"post":{"tags":["s-7j"],"operationId":"x_1","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string"},"continue":{"type":"string"}},"required":["continue","token"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/auth/connect/register":{"post":{"tags":["vb"],"operationId":"P_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DcrRequest"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DcrResponse"}}}}}}},"/analysis/threshold-alarms":{"post":{"tags":["Analysis - Threshold Alarms"],"summary":"Query threshold alarms by report item","operationId":"j_1","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThresholdAlarmReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ThresholdAlarm"}}}}}}}},"/analysis/threshold-alarms/all":{"post":{"tags":["Analysis - Threshold Alarms"],"summary":"Query threshold alarms by benchResult IDs","operationId":"O_1","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ThresholdAlarm"}}}}}}}},"/analysis/textual-monitors":{"post":{"tags":["Analysis - Textual Monitors"],"summary":"Find textual monitors by benchResult ID","operationId":"O_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TextualMonitorReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TextualCounterValue"}}}}}}}},"/analysis/metrics/tree":{"post":{"tags":["Analysis - Metrics"],"summary":"StatisticTreeReportItem Metrics","operationId":"V_2","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StatisticTreeReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TreeEntry"}}}}}}}},"/analysis/metrics/top":{"post":{"tags":["Analysis - Metrics"],"summary":"TopReportItem Metrics","operationId":"S_3","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TopResult"}}}}}}},"/analysis/metrics/table":{"post":{"tags":["Analysis - Metrics"],"summary":"StatisticTableReportItem Metrics","operationId":"J_1","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StatisticTableReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TableEntry"}}}}}}}},"/analysis/metrics/summary":{"post":{"tags":["Analysis - Metrics"],"summary":"SummaryReportItem Metrics","operationId":"Q_1","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MultiMetricReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"number","format":"double"}}}}}}}},"/analysis/metrics/stacked-chart":{"post":{"tags":["Analysis - Metrics"],"summary":"StackedChartReportItem Metrics","operationId":"H_2","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StackedChartReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MapGraphPoint"}}}}}}}},"/analysis/metrics/pie-chart":{"post":{"tags":["Analysis - Metrics"],"summary":"PieChartReportItem Metrics","operationId":"U_2","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MultiMetricReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}}}}}}},"/analysis/metrics/area-range":{"post":{"tags":["Analysis - Metrics"],"summary":"Get area range chart result","operationId":"t_3","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AreaRangeChartReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AreaRangeResult"}}}}}}},"/analysis/logs/{benchResultId}":{"get":{"tags":["Analysis - JMeter Logs"],"summary":"Download file from folder with ID","operationId":"y_2","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InputStreamSource"}}}}}},"post":{"tags":["Analysis - JMeter Logs"],"summary":"Upload file inside folder with ID","operationId":"k_3","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StorageFile"},"uniqueItems":true}}}}}},"delete":{"tags":["Analysis - JMeter Logs"],"summary":"Delete file from folder with ID","operationId":"a_4","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/analysis/logs/lines/{benchResultId}":{"post":{"tags":["Analysis - JMeter Logs"],"summary":"Read XX lines from file inside folder with ID","operationId":"u_2","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"filename","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RangeSetInteger"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/analysis/jtl/{projectId}/import":{"post":{"tags":["Analysis - JTL"],"summary":"Import a zipped set of CSV JTL files and run the import in one call; returns the async task to poll and the bench result the report will analyse","operationId":"h_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/cl"}}}}}}},"/analysis/insights":{"post":{"tags":["Analysis - Metrics"],"summary":"Insights list","operationId":"k_4","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InsightsReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Insight"},"uniqueItems":true}}}}}}},"/analysis/graphs/percentiles-chart":{"post":{"tags":["Analysis - Graphs"],"summary":"Get percentiles chart graph points","operationId":"T","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PercentilesChartReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"array","items":{"$ref":"#/components/schemas/GraphPoint"}}}}}}}}},"/analysis/graphs/line-chart":{"post":{"tags":["Analysis - Graphs"],"summary":"Get line chart graph points","operationId":"Z_2","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LineChartReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"array","items":{"$ref":"#/components/schemas/GraphPoint"}}}}}}}}},"/analysis/errors":{"post":{"tags":["Analysis - Errors"],"summary":"List errors","operationId":"w_1","parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorsReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ErrorSample"}}}}}}}},"/analysis/bench-reports":{"post":{"tags":["Analysis - Bench Reports"],"summary":"Create a new item","operationId":"create_17","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReport"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}}},"/analysis/bench-reports/usage/{projectId}/virtual-users":{"post":{"tags":["Analysis - Bench Reports - Usages"],"operationId":"y_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/analysis/bench-reports/usage/{projectId}/scenarios":{"post":{"tags":["Analysis - Bench Reports - Usages"],"operationId":"t_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/analysis/bench-reports/trend-result-ids":{"post":{"tags":["Analysis - Bench Reports"],"summary":"Get trend bench result ids","operationId":"n_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReport"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/analysis/bench-reports/default":{"post":{"tags":["Analysis - Bench Reports"],"summary":"Create pre-defined report","operationId":"M_2","parameters":[{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["SIMPLE","COMPARISON","TREND"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}}},"/analysis/bench-reports/apply-template/{templateId}":{"post":{"tags":["Analysis - Bench Reports"],"summary":"Apply template to an existing report","operationId":"P_2","parameters":[{"name":"templateId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReport"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReport"}}}}}}},"/analysis/bench-reports/all":{"post":{"tags":["Analysis - Bench Reports"],"summary":"Retrieve items by multiple ids","operationId":"findAll_17","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchReport"}}}}}}}},"/analysis/bench-report-templates/save-as":{"post":{"tags":["Analysis - Bench Report Templates"],"summary":"Create template from an existing report","operationId":"y_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReport"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"201":{"description":"Created","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BenchReportTemplate"}}}}}}},"/analysis/bench-infos/validate/{benchReportId}":{"post":{"tags":["Analysis - Bench Information"],"summary":"Validate a report item's metrics against its resolved allow-select descriptor","operationId":"E_2","parameters":[{"name":"benchReportId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReportItemValidation"}}}}}}},"/analysis/bench-infos/tag-values/{type}":{"post":{"tags":["Analysis - Bench Information"],"summary":"Get tag values grouped by tag key for Bench Result ids and Sample type, scoped by the selected filters","operationId":"b_7","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]}},{"name":"tagKeys","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagValuesRequest"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MultimapStringString"}}}}}}},"/analysis/bench-infos/tag-keys/{type}":{"post":{"tags":["Analysis - Bench Information"],"summary":"Get available tag keys by Bench Result ids and Sample type","operationId":"j_2","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/analysis/bench-infos/allow-select/{benchReportId}":{"post":{"tags":["Analysis - Bench Information"],"summary":"Resolve the allow-select descriptor (sample types, metric ids, tag key constraints) for a report item","operationId":"b_8","parameters":[{"name":"benchReportId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BenchReportItem"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReportItemAllowSelect"}}}}}}},"/analysis/bench-data-migration/{benchResultId}":{"post":{"tags":["Analysis - Bench Data Migration"],"summary":"Launch async migration of a bench result to the latest data version; returns the task id, or empty if it is already migrating or up to date","operationId":"p_2","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/analysis/bench-data-migration/check/{benchResultId}":{"post":{"tags":["Analysis - Bench Data Migration"],"operationId":"N_2","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/admin/workspaces/paginated":{"post":{"tags":["sps"],"operationId":"h_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageRequest"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseWorkspace"}}}}}}},"/admin/tokens/paginated":{"post":{"tags":["sox"],"operationId":"a_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageRequest_be0"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseAuthenticationToken_be0"}}}}}}},"/admin/tokens/login-as":{"post":{"tags":["sox"],"operationId":"o_2","parameters":[{"name":"userId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SecurityToken"}}}}}}},"/admin/oauth/clients/paginated":{"post":{"tags":["OAuth Clients - Administration"],"operationId":"Z_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageRequest_be0"}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PageResponseOAuthClient_be0"}}}}}}},"/workspaces/notifications/scenario/{workspaceId}/{scenarioId}":{"get":{"tags":["Workspaces - Scenario Notifications"],"summary":"List matching notifications from a given scenario id","operationId":"d_5","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"scenarioId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}}}}}},"/workspaces/notifications/by-workspace/{workspaceId}":{"get":{"tags":["Workspaces - Notifications"],"summary":"List notifications by workspace","operationId":"j_3","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}}}}}},"/workspaces/members/by-workspace/{workspaceId}":{"get":{"tags":["Workspaces - Members"],"summary":"List workspace members by workspace ID","operationId":"E_3","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}}},"/workspaces/members/by-workspace/{workspaceId}/info":{"get":{"tags":["Workspaces - Members"],"summary":"List a workspace's members with their username and role","operationId":"g_2","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceMemberInfo"}}}}}}}},"/workspaces/members/by-workspace/{workspaceId}/authenticated-user":{"get":{"tags":["Workspaces - Members"],"summary":"List members of the authenticated user for a given workspace ID","operationId":"j_4","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}}},"/workspaces/members/by-authenticated-user":{"get":{"tags":["Workspaces - Members"],"summary":"List the authenticated user's enabled memberships across every workspace","operationId":"c","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceMember"}}}}}}}},"/workspaces/member-of":{"get":{"tags":["Workspaces"],"summary":"List workspaces whose logged user is a member","operationId":"l_1","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Workspace"}}}}}}}},"/workspaces/docker-providers/vagrant-file/{providerId}/{regionName}":{"get":{"tags":["Workspaces - Providers"],"summary":"Get Vagrantfile to run provider host from Vagrant","operationId":"v_1","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}},{"name":"regionName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/workspaces/docker-providers/static-ips/by-provider/{providerId}":{"get":{"tags":["Workspaces - Providers - Static IPs"],"summary":"List Static IPs by provider ID","operationId":"h_3","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StaticIP"}}}}}}}},"/workspaces/docker-providers/public":{"get":{"tags":["Workspaces - Providers"],"summary":"List Public providers","operationId":"n_2","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProvider_s_w"}}}}}}}},"/workspaces/docker-providers/command/{providerId}/{regionName}":{"get":{"tags":["Workspaces - Providers"],"summary":"Get Provider host registration command","operationId":"B_2","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}},{"name":"regionName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AgentRegistrationCommand"}}}}}}},"/workspaces/docker-providers/by-workspace/{workspaceId}":{"get":{"tags":["Workspaces - Providers"],"summary":"List providers by workspace ID","operationId":"E_4","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProvider"},"uniqueItems":true}}}}}}},"/workspaces/docker-provider-to-workspace/by-provider/{providerId}":{"get":{"tags":["Workspaces - Provider To Workspace"],"summary":"Find Workspaces linked to the given Provider","operationId":"g_3","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderToWorkspace"}}}}}}}},"/workspaces/docker-cloud-instances":{"get":{"tags":["Workspaces - Providers - Cloud Instances"],"operationId":"O_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerCloudInstance"}}}}}}}},"/workspaces/docker-cloud-instances/by-provider/{providerId}":{"get":{"tags":["Workspaces - Providers - Cloud Instances"],"operationId":"h_4","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerCloudInstance"}}}}}}}},"/workspaces/audit-logs/by-workspace/{workspaceId}":{"get":{"tags":["Workspaces - Audit Logs"],"operationId":"l_2","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"to","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AuditLog"}}}}}}}},"/workspaces/agents/by-workspace/{workspaceId}":{"get":{"tags":["Workspaces - Providers - Agents"],"summary":"Lists agents by workspace ID","operationId":"b_9","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/FullAgent"}}}}}}}},"/workspaces/agents/by-provider/{providerId}":{"get":{"tags":["Workspaces - Providers - Agents"],"summary":"Lists agents by provider ID","operationId":"R_3","parameters":[{"name":"providerId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/FullAgent"}}}}}}}},"/users/logout":{"get":{"tags":["System - Logged In Users"],"summary":"Logout current user","operationId":"J_2","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/users/identity-proofs":{"get":{"tags":["System - User Identity Proofs"],"summary":"What the caller may use to confirm their identity","operationId":"a_6","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IdentityProofs"}}}}}}},"/users/current":{"get":{"tags":["System - Logged In Users"],"summary":"Get currently signed in User","operationId":"E_5","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User_s_w"}}}}}}},"/tokens":{"get":{"tags":["Tokens - User Authentication Sessions"],"operationId":"a_7","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AuthenticationToken_s_w"}}}}}}}},"/tokens/current":{"get":{"tags":["Tokens - User Authentication Sessions"],"operationId":"Q_2","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthenticationToken_s_w"}}}}}}},"/tasks/{id}/result":{"get":{"tags":["Task"],"summary":"Find a task result by ID","operationId":"J_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TaskResult"}}}}}}},"/scheduler/scheduled-runs/by-job/{jobId}":{"get":{"tags":["Workspaces - Scheduler - Scheduled Runs"],"summary":"List scheduled runs by jobId","operationId":"C_1","parameters":[{"name":"jobId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledRun"}}}}}}}},"/scheduler/scheduled-jobs/by-project/{projectId}":{"get":{"tags":["Workspaces - Scheduler - Scheduled Jobs"],"summary":"List scheduled jobs by project","operationId":"u_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledJob"}}}}}}}},"/runtime/scenarios/memory-usage/{scenarioId}":{"get":{"tags":["Runtime - Scenarios"],"summary":"Lists scenarios with project ID","operationId":"G_3","parameters":[{"name":"scenarioId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScenarioCapacityUsage"}}}}}}},"/runtime/scenarios/description/by-project/{projectId}":{"get":{"tags":["Runtime - Scenarios"],"summary":"Lists scenarios without profiles or backendListeners by project ID","operationId":"s_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}}}}}}}},"/runtime/scenarios/by-project/{projectId}":{"get":{"tags":["Runtime - Scenarios"],"summary":"Lists scenarios with project ID","operationId":"I_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}}}}}}}},"/runtime/properties":{"get":{"tags":["Runtime - Properties"],"summary":"Get runtime properties","operationId":"T_1","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{}}}}}}}},"/runtime/integrations/{scenarioId}/{integration}":{"get":{"tags":["Runtime - Integrations - Third-Party Tools"],"summary":"Generate Files for third party tools like Maven, GitLab or Github Actions","operationId":"E_6","parameters":[{"name":"scenarioId","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration","in":"path","required":true,"schema":{"type":"string","enum":["MAVEN","GITLAB","GITHUB_ACTIONS","AZURE_DEVOPS"]}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/runtime/docker-logs/{batchId}":{"get":{"tags":["Runtime - Logs"],"summary":"Retrieve Test Logs by batchId","operationId":"z_1","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DockerLog"}}}}}}}},"/runtime/bench-results/{benchResultId}/design-scenario-id":{"get":{"tags":["Runtime - Tests"],"summary":"Get design scenario id","operationId":"j_5","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/runtime/bench-results/progress/{benchResultId}":{"get":{"tags":["Runtime - Tests"],"summary":"Get test progress","operationId":"H_3","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperDouble"}}}}}}},"/runtime/bench-results/by-project/{projectId}":{"get":{"tags":["Runtime - Tests"],"summary":"Lists tests by project ID","operationId":"d_6","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchResult"}}}}}}}},"/runtime/apms/by-project/{projectId}":{"get":{"tags":["Runtime - APMs"],"operationId":"z_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Apm"}}}}}}}},"/public/oauth2/properties/{clientId}":{"get":{"tags":["System - Oauth2 / OpenID Connect"],"summary":"Get Oauth2 Settings for clientId","operationId":"f_4","parameters":[{"name":"clientId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/product":{"get":{"tags":["System - Product"],"summary":"Get Product information","operationId":"D_1","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{}}}}}}}},"/payment/subscriptions":{"get":{"tags":["Payment - Subscriptions"],"summary":"Returns all the subscriptions attached to this user","operationId":"V_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubscriptionDTO"}}}}}}}},"/payment/subscriptions/{userId}":{"get":{"tags":["Payment - Subscriptions"],"operationId":"m_2","parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubscriptionDTO"}}}}}}}},"/oauth/grants":{"get":{"tags":["OAuth Grants - Connected applications"],"operationId":"Q_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OAuthGrant"}}}}}}}},"/monitoring/connections/by-project/{projectId}":{"get":{"tags":["Monitoring - Connections"],"summary":"List by project ID","operationId":"Y","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MonitorConnection"}}}}}}}},"/design/virtual-users/usage/sla/{projectId}/{slaProfileId}":{"get":{"tags":["Design - Virtual Users - Usages"],"operationId":"r_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"slaProfileId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/virtual-users/usage/server/{projectId}/{serverId}":{"get":{"tags":["Design - Virtual Users - Usages"],"operationId":"L_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"serverId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}}}},"/design/virtual-users/usage/fragment/{projectId}/{fragmentId}":{"get":{"tags":["Design - Virtual Users - Usages"],"operationId":"P_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"fragmentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"array","items":{"type":"string"}},"uniqueItems":true}}}}}}},"/design/virtual-users/sanitycheck/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Sanity Check"],"summary":"Execute sanity check on virtual user with ID","operationId":"N_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MultimapStringSanityCheckError"}}}}}}},"/design/virtual-users/sanitycheck/csv/{projectId}":{"get":{"tags":["Design - Sanity Check"],"summary":"Run sanity checks for CSV variables only","operationId":"b_10","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SanityCheckError"}}}}}}}},"/design/virtual-users/index/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Tools"],"summary":"Get Check Response index","operationId":"r_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseStatusIndex"}}}}}}},"/design/virtual-users/index/{projectId}/vu-recorded-states":{"get":{"tags":["Design - Virtual Users - Tools"],"summary":"Get Virtual User ids having recorded","operationId":"H_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/HttpRecordedResponsesIndexState"}}}}}}}},"/design/virtual-users/export/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Import and Export"],"summary":"Export a Virtual User as a Zip Archive","operationId":"a_8","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/virtual-users/description/{id}":{"get":{"tags":["Design - Virtual Users"],"summary":"Find virtual user description by id","operationId":"c_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/virtual-users/description/by-project/{projectId}":{"get":{"tags":["Design - Virtual Users"],"summary":"List virtual users without children by project id","operationId":"u_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/correlation/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Tools"],"summary":"Execute correlation rules on virtual user with ID","operationId":"q_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/virtual-users/cleanup/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Tools"],"summary":"Cleanups the Virtual User","operationId":"T_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VirtualUser"}}}}}}},"/design/virtual-users/by-project/{projectId}":{"get":{"tags":["Design - Virtual Users"],"summary":"List virtual users by project ID","operationId":"s_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/by-project/{projectId}/{type}":{"get":{"tags":["Design - Virtual Users"],"summary":"List virtual users by project ID","operationId":"W_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["JMETER","WEB_DRIVER","FRAGMENTS","PLAYWRIGHT"]}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/design/virtual-users/autocompletion/{projectId}/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Tools"],"summary":"List usable variable names","operationId":"M_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/design/variables/by-project/{projectId}":{"get":{"tags":["Design - Variables"],"summary":"List variables by project ID","operationId":"J_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VariableWrapper"}}}}}}}},"/design/variables/autocompletion/{projectId}":{"get":{"tags":["Design - Variables"],"summary":"List variable names by project ID","operationId":"P_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/design/sla-profiles/threshold-defaults":{"get":{"tags":["Design - SLA Profiles"],"summary":"Default SLA thresholds per metric, for every metric that has any","operationId":"j_6","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/SLAMonitorThreshold"}}}}}}}},"/design/script-templates":{"get":{"tags":["Design - Script Templates"],"operationId":"R_4","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JSR223Script"},"uniqueItems":true}}}}}}},"/design/projects/{projectId}/tags":{"get":{"tags":["Tags"],"summary":"Aggregate all tags used in a project (project + VUs + scenarios + monitor connections + bench reports)","operationId":"a_9","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/design/projects/by-workspace/{workspaceId}/{type}":{"get":{"tags":["Design - Projects"],"summary":"List projects by workspace ID and type","operationId":"p_3","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["DESIGN","RESULT"]}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Project"}}}}}}}},"/design/project-files/zip/{projectId}":{"get":{"tags":["Design - Projects - Files"],"summary":"Download ZIP containing all files inside folder with ID","operationId":"y_5","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/project-files/quota/{projectId}":{"get":{"tags":["Design - Projects - Files"],"summary":"Storage Quota from a given folder","operationId":"y_6","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageQuota"}}}}}}},"/design/project-files/list/{projectId}":{"get":{"tags":["Design - Projects - Files"],"summary":"List filenames from a given folder","operationId":"g_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/design/project-files/files/{projectId}":{"get":{"tags":["Design - Projects - Files"],"summary":"List files from a given folder","operationId":"T_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StorageFile"},"uniqueItems":true}}}}}}},"/design/project-csv-files/delimiter/{id}":{"get":{"tags":["Design - Projects - CSV Files"],"summary":"Detect delimiter from a given CSV file","operationId":"K_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"filename","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CsvDelimiter"}}}}}}},"/design/paths/{virtualUserId}":{"get":{"tags":["Design - Action Paths"],"summary":"Maps action ids to action path","operationId":"A_1","parameters":[{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/KeyValueStringString"}}}}}}}},"/design/names/{virtualUserId}":{"get":{"tags":["Design - Action Names"],"summary":"Maps action ids to action names","operationId":"P_5","parameters":[{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}},"/design/fake-data":{"get":{"tags":["Design - Fake Data Generator"],"operationId":"o_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataProvider"}}}}}}}},"/design/fake-data/locales":{"get":{"tags":["Design - Fake Data Generator"],"operationId":"q_2","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FakeDataLocale"}}}}}}}},"/design/exports/{virtualUserId}":{"get":{"tags":["Design - Virtual Users - Exports"],"summary":"Export virtual user","operationId":"L_2","parameters":[{"name":"virtualUserId","in":"path","required":true,"schema":{"type":"string"}},{"name":"keepOctoperfSpecific","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/exports/all/{projectId}":{"get":{"tags":["Design - Virtual Users - Exports"],"summary":"Export virtual users (bundled as a zip)","operationId":"G_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}},{"name":"keepOctoperfSpecific","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"vuType","in":"query","required":false,"schema":{"type":"string","default":"","enum":["JMETER","PLAYWRIGHT"]}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/correlation-rules/by-project/{projectId}":{"get":{"tags":["Design - Correlation Rules"],"summary":"Find rules by project ID","operationId":"D_2","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CorrelationRule"}}}}}}}},"/design/correlation-frameworks/defaultIds":{"get":{"tags":["Design - Correlation Frameworks"],"operationId":"g_5","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/analysis/prometheus/exporter/{benchResultId}":{"get":{"tags":["Analysis - Prometheus"],"summary":"Prometheus Metrics Exporter (Global Test Metrics)","operationId":"g_6","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/analysis/metrics/global/{benchResultId}":{"get":{"tags":["Analysis - Metrics"],"summary":"Test-wide pre-defined Metrics","operationId":"Y_1","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MetricValues"}}}}}}},"/analysis/metrics/charts":{"get":{"tags":["Analysis - Metrics"],"summary":"Get all metrics by charts","operationId":"K_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MultimapReportItemTypeMetricId"}}}}}}},"/analysis/logs/zip/{benchResultId}":{"get":{"tags":["Analysis - JMeter Logs"],"summary":"Download ZIP containing all files inside folder with ID","operationId":"y_7","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/analysis/logs/quota/{benchResultId}":{"get":{"tags":["Analysis - JMeter Logs"],"summary":"Storage Quota from a given folder","operationId":"y_8","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageQuota"}}}}}}},"/analysis/logs/list/{benchResultId}":{"get":{"tags":["Analysis - JMeter Logs"],"summary":"List filenames from a given folder","operationId":"g_7","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}}}}}}},"/analysis/logs/files/{benchResultId}":{"get":{"tags":["Analysis - JMeter Logs"],"summary":"List files from a given folder","operationId":"T_4","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StorageFile"},"uniqueItems":true}}}}}}},"/analysis/junit-reports/{benchResultId}":{"get":{"tags":["Analysis - JUnit Reports"],"summary":"Generate JUnit report by benchResult ID","operationId":"e_2","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/analysis/errors/response/{benchResultId}/{actionId}/{timestamp}":{"get":{"tags":["Analysis - Errors"],"summary":"Find http response by benchResultId, actionId and Timestamp","operationId":"R_5","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}},{"name":"actionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"timestamp","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HttpResponseEntity"}}}}}}},"/analysis/errors/request/{benchResultId}/{actionId}/{timestamp}":{"get":{"tags":["Analysis - Errors"],"summary":"Find http request by benchResultId, actionId and Timestamp","operationId":"a_10","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}},{"name":"actionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"timestamp","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HttpRequestEntity"}}}}}}},"/analysis/bench-reports/links/by-benchresult/{benchResultId}":{"get":{"tags":["Analysis - Bench Reports"],"summary":"Get URLs of all the reports associated to the given benchResultId","operationId":"J_5","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ValueWrapperListString"}}}}}}},"/analysis/bench-reports/description/by-project/{projectId}":{"get":{"tags":["Analysis - Bench Reports"],"summary":"Find Reports without items or configs by project ID","operationId":"Q_4","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchReport"}}}}}}}},"/analysis/bench-reports/by-project/{projectId}":{"get":{"tags":["Analysis - Bench Reports"],"summary":"Find Reports by project ID","operationId":"i_1","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchReport"}}}}}}}},"/analysis/bench-report-templates/by-workspace/{workspaceId}":{"get":{"tags":["Analysis - Bench Report Templates"],"summary":"Find reports by workspace ID","operationId":"q_3","parameters":[{"name":"workspaceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenchReportTemplate"}}}}}}}},"/analysis/bench-infos/virtual-users/{benchReportId}":{"get":{"tags":["Analysis - Bench Information"],"summary":"Get actualized Virtual Users with added Analysis actions","operationId":"D_3","parameters":[{"name":"benchReportId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}}}}}}}},"/analysis/bench-infos/injector-ids-per-region/{benchResultId}":{"get":{"tags":["Analysis - Bench Information"],"summary":"Load generator IDs grouped by regions","operationId":"J_6","parameters":[{"name":"benchResultId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MultimapStringMapStringString"}}}}}}},"/admin/workspaces":{"get":{"tags":["sps"],"operationId":"V_4","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Workspace"}}}}}}}},"/admin/workspaces/by-username/{username}":{"get":{"tags":["sps"],"operationId":"H_5","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Workspace"}}}}}}}},"/admin/scheduler/{from}":{"get":{"tags":["s-1f"],"operationId":"Y_2","parameters":[{"name":"from","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledJobInfo"}}}}}}}},"/admin/oauth/clients/{id}/grants":{"get":{"tags":["OAuth Clients - Administration"],"operationId":"G_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AdminOAuthGrant"}}}}}}}},"/admin/audit-activity/{type}/{from}":{"get":{"tags":["bl"],"operationId":"z_3","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["NEW_USER","RECENT_USER","TEST_LAUNCHED"]}},{"name":"from","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AuditUserActivity"}}}}}}}},"/.well-known/oauth-protected-resource/mcp":{"get":{"tags":["lf"],"operationId":"m_3","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAuthProtectedResourceMetadata"}}}}}}},"/.well-known/oauth-protected-resource":{"get":{"tags":["lf"],"operationId":"m_4","responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAuthProtectedResourceMetadata"}}}}}}},"/workspaces/docker-providers/static-ips/{id}":{"delete":{"tags":["Workspaces - Providers - Static IPs"],"summary":"Release an existing Static IP","operationId":"N_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/tokens/{id}":{"delete":{"tags":["Tokens - User Authentication Sessions"],"operationId":"d_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/oauth/grants/{id}":{"delete":{"tags":["OAuth Grants - Connected applications"],"operationId":"P_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/mfa/{id}":{"delete":{"tags":["System - MFA Management"],"summary":"Delete Mfa","operationId":"A_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/design/http-servers/unused/by-project/{projectId}":{"delete":{"tags":["Design - Http Servers"],"summary":"Delete Unused Servers by Project ID","operationId":"n_3","parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HttpServer"},"uniqueItems":true}}}}}}},"/admin/tokens/{id}":{"delete":{"tags":["sox"],"operationId":"t_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/admin/oauth/clients/{id}":{"delete":{"tags":["OAuth Clients - Administration"],"operationId":"N_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}},"/admin/oauth/clients/{clientId}/grants/{grantId}":{"delete":{"tags":["OAuth Clients - Administration"],"operationId":"Q_5","parameters":[{"name":"clientId","in":"path","required":true,"schema":{"type":"string"}},{"name":"grantId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"409":{"description":"Conflict","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"429":{"description":"Too Many Requests","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestServerError"}}}},"200":{"description":"OK"}}}}},"components":{"schemas":{"RestServerError":{"type":"object","properties":{"type":{"type":"string"},"message":{"type":"string"}}},"Workspace":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"}}},"Notification":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"workspaceId":{"type":"string"},"integration":{"$ref":"#/components/schemas/NotificationIntegration"},"filters":{"type":"array","items":{"$ref":"#/components/schemas/NotificationFilter"},"uniqueItems":true},"eventIds":{"type":"array","items":{"type":"string","enum":["DUMMY","CHANGE_USERNAME","CLOUD_HOST_ISSUE","CLOUD_HOST","JMX_IMPORT","TEST_ENDED","TEST_ERROR","TEST_FAILED","TEST_PASSED","TEST_STATUS","TEST_STARTED","CHECK_VU","USER_ACTIVATED","USER_LOGIN","USER_LOGOUT","USER_PASSWORD_CHANGED","USER_REGISTERED","DB_MIGRATION","SHARED_LICENSE","USER_BILLING_INFO_UPDATED","LOW_REMAINING_TESTS","JTL_IMPORT","MCP_USER_CONNECTED","MCP_USER_RECONNECTED"]},"uniqueItems":true}}},"NotificationFilter":{},"NotificationIntegration":{},"WorkspaceAuthorization":{},"WorkspaceMember":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"workspaceId":{"type":"string"},"enabled":{"type":"boolean"},"authorizations":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceAuthorization"},"uniqueItems":true}}},"DockerHostShutdownPolicy":{},"DockerProvider":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"name":{"type":"string"},"enabled":{"type":"boolean"},"regions":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DockerProviderRegion"}},"shutdown":{"$ref":"#/components/schemas/DockerHostShutdownPolicy"},"configId":{"type":"string"},"type":{"type":"string","enum":["PUBLIC","PRIVATE"]}}},"DockerProviderRegion":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderZone"}},"location":{"$ref":"#/components/schemas/GeoLocation"}}},"DockerProviderZone":{"type":"object","properties":{"name":{"type":"string"}}},"GeoLocation":{},"DockerProviderToWorkspace":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string"},"providerId":{"type":"string"}}},"DockerMachineInstance":{"type":"object","properties":{"name":{"type":"string"},"memAvailable":{"type":"number","format":"double"}}},"DockerMemoryConfig":{"type":"object","properties":{"baseMb":{"type":"number","format":"double"},"vuMb":{"type":"number","format":"double"},"heavyVuMb":{"type":"number","format":"double"},"realBrowserVuMb":{"type":"number","format":"double"},"memPercent":{"type":"integer","format":"int32"},"maxSlots":{"type":"integer","format":"int32"}}},"DockerProviderConfig":{"type":"object","properties":{"instance":{"$ref":"#/components/schemas/DockerMachineInstance"},"registry":{"$ref":"#/components/schemas/DockerRegistry"},"memory":{"$ref":"#/components/schemas/DockerMemoryConfig"},"userId":{"type":"string"},"id":{"type":"string"},"workspaceId":{"type":"string"}}},"DockerRegistry":{"type":"object","properties":{"hostname":{"type":"string"}}},"DockerCloudInstance":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"},"regionName":{"type":"string"},"zone":{"$ref":"#/components/schemas/DockerProviderZone"},"machineInstance":{"$ref":"#/components/schemas/DockerMachineInstance"},"instanceId":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"errorCount":{"type":"integer","format":"int32"},"batchId":{"type":"string"},"state":{"type":["string","null"],"enum":["RUNNING","TERMINATING"]}}},"BillingInfo_s_w":{"type":"object","properties":{"firstname":{"type":"string"},"lastname":{"type":"string"},"company":{"type":"string"},"country":{"type":"string"},"address":{"type":"string"},"vatNumber":{"type":"string"},"phone":{"type":"string"}}},"User_s_w":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"},"roles":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"}},"uniqueItems":true},"createdTimestamp":{"type":"integer","format":"int64"},"lastLoginTimestamp":{"type":"integer","format":"int64"},"info":{"$ref":"#/components/schemas/BillingInfo_s_w"},"status":{"type":"string","enum":["UNVERIFIED","ENABLED","DISABLED"]}}},"ScheduledJob":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"projectId":{"type":"string"},"name":{"type":["string","null"]},"task":{"$ref":"#/components/schemas/ScheduledTask"},"trigger":{"$ref":"#/components/schemas/ScheduledTrigger"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"nextRun":{"type":"string","format":"date-time"},"running":{"type":"boolean"}}},"ScheduledTask":{},"ScheduledTrigger":{},"BackendListener":{},"BandwidthSettings":{"type":"null","properties":{"name":{"type":"string"},"bitsPerSecond":{"type":"integer","format":"int64"}}},"BrowserSettings":{"type":"null","properties":{"name":{"type":"string"},"userAgent":{"type":"string"},"cache":{"$ref":"#/components/schemas/CacheManager"},"cookies":{"$ref":"#/components/schemas/CookiesManager"},"downloadResources":{"type":"boolean"},"keepAlive":{"type":"boolean"}}},"CacheManager":{"type":"object","properties":{"clearCacheOnEachIteration":{"type":"boolean"},"useCacheControlHeaders":{"type":"boolean"},"cacheSize":{"type":"integer","format":"int32"}}},"CookiesManager":{"type":"object","properties":{"clearOnEachIteration":{"type":"boolean"},"policy":{"type":"string","enum":["COMPATIBILITY","RFC2109","RFC2965","STANDARD","NETSCAPE","IGNORECOOKIES","BESTMATCH"]}}},"DNSSettings":{"type":"null","properties":{"clearEachIteration":{"type":"boolean"},"servers":{"type":"array","items":{"type":"string"}},"staticHosts":{"type":"object","additionalProperties":{"type":"string"}}}},"JmeterEngineSettings":{"type":"null","properties":{"externalLiveReporting":{"$ref":"#/components/schemas/JmeterExternalLiveReportingSettings"},"errorHandling":{"type":"string","enum":["CONTINUE","START_NEXT_THREAD_LOOP","STOP_THREAD","STOP_TEST","STOP_TEST_NOW"]},"thinkTime":{"$ref":"#/components/schemas/ThinktimeSettings"},"setUp":{"$ref":"#/components/schemas/SetUpTearDownSettings"},"tearDown":{"$ref":"#/components/schemas/SetUpTearDownSettings"}}},"JmeterExternalLiveReportingSettings":{"type":"null","properties":{"queueSize":{"type":["integer","null"],"format":"int32"},"listeners":{"type":["array","null"],"items":{"$ref":"#/components/schemas/BackendListener"}}}},"JmeterUserProfileEngine":{"allOf":[{"$ref":"#/components/schemas/UserProfileEngine"},{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/JmeterEngineSettings"},"bandwidth":{"$ref":"#/components/schemas/BandwidthSettings"},"browser":{"$ref":"#/components/schemas/BrowserSettings"},"dns":{"$ref":"#/components/schemas/DNSSettings"},"jtl":{"$ref":"#/components/schemas/JtlSettings"},"properties":{"$ref":"#/components/schemas/PropertiesSettings"}}}]},"JtlSettings":{"type":"null","properties":{"type":{"type":"string","enum":["ALL","ERRORS","SUCCESSES"]},"settings":{"type":"array","items":{"type":"string","enum":["ELAPSED_TIME","RESPONSE_MESSAGE","IS_SUCCESS","SENT_BYTES_COUNT","ENCODING","IDLE_TIME","LABEL","THREAD_NAME","ASSERTION_FAILURE_MESSAGE","ACTIVE_THREAD_COUNT","LATENCY","SAMPLE_AND_ERROR_COUNTS","TIMESTAMP","RESPONSE_CODE","DATA_TYPE","RECEIVED_BYTES_COUNT","URL","CONNECT_TIME","HOSTNAME"]},"uniqueItems":true}}},"MemorySettings":{"type":"null","properties":{"vuMb":{"type":"number","format":"double"}}},"PacingSettings":{},"PlaywrightDevice":{"type":"object","properties":{"name":{"type":"string"}}},"PlaywrightUserProfileEngine":{"allOf":[{"$ref":"#/components/schemas/UserProfileEngine"},{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/JmeterEngineSettings"},"device":{"$ref":"#/components/schemas/PlaywrightDevice"},"timeoutMs":{"type":"integer","format":"int64"},"baseURL":{"type":"string"},"slowMoMs":{"type":"integer","format":"int64"}}}]},"PropertiesSettings":{"type":"null","properties":{"map":{"type":["object","null"],"additionalProperties":{"type":"string"}}}},"Scenario":{"type":"object","properties":{"id":{"type":["string","null"]},"userId":{"type":["string","null"]},"projectId":{"type":["string","null"]},"name":{"type":"string"},"description":{"type":["string","null"]},"userProfiles":{"type":["array","null"],"items":{"$ref":"#/components/schemas/UserProfile"}},"mode":{"type":["string","null"],"enum":["STANDARD","FUNCTIONAL"]},"created":{"type":["string","null"],"format":"date-time"},"lastModified":{"type":["string","null"],"format":"date-time"},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true}}},"SeleniumUserProfileEngine":{"allOf":[{"$ref":"#/components/schemas/UserProfileEngine"},{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/JmeterEngineSettings"},"bandwidth":{"$ref":"#/components/schemas/BandwidthSettings"}}}]},"SetUpTearDownSettings":{"type":"object","properties":{"virtualUserId":{"type":"string"},"scope":{"type":["string","null"],"enum":["LOCAL","GLOBAL"]},"onSampleError":{"type":"string","enum":["CONTINUE","START_NEXT_THREAD_LOOP","STOP_THREAD","STOP_TEST","STOP_TEST_NOW"]},"numberOfThreads":{"type":"integer","format":"int32"},"rampupPeriodSec":{"type":"integer","format":"int32"},"loopCount":{"type":"integer","format":"int32"},"sameUserOnEachIteration":{"type":"boolean"},"pacing":{"$ref":"#/components/schemas/PacingSettings"}}},"Thinktime":{},"ThinktimeSettings":{"type":"null","properties":{"thinktime":{"$ref":"#/components/schemas/Thinktime"},"pacing":{"$ref":"#/components/schemas/PacingSettings"}}},"UserProfile":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"virtualUserId":{"type":"string"},"providerId":{"type":"string"},"location":{"type":"string"},"load":{"$ref":"#/components/schemas/UserProfileLoad"},"memory":{"$ref":"#/components/schemas/MemorySettings"},"iterations":{"type":"integer","format":"int64"},"engine":{"oneOf":[{"$ref":"#/components/schemas/JmeterUserProfileEngine"},{"$ref":"#/components/schemas/PlaywrightUserProfileEngine"},{"$ref":"#/components/schemas/SeleniumUserProfileEngine"}]}}},"UserProfileEngine":{},"UserProfileLoad":{},"BenchResult":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"batchId":{"type":"string"},"scenarioId":{"type":"string"},"designProjectId":{"type":"string"},"resultProjectId":{"type":"string"},"mode":{"type":"string","enum":["STANDARD","FUNCTIONAL"]},"regions":{"type":"array","items":{"type":"string"},"uniqueItems":true},"sampling":{"type":"integer","format":"int64"},"state":{"type":"string","enum":["CREATED","PENDING","SCALING","PREPARING","INITIALIZING","RUNNING","FINISHED","ABORTED","ERROR"]},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"dataVersion":{"type":["string","null"],"enum":["V1","V2"]},"migrationState":{"type":["string","null"],"enum":["DONE","MIGRATING"]}}},"Apm":{"type":"object","properties":{"id":{"type":"string"},"projectId":{"type":"string"},"integration":{"$ref":"#/components/schemas/ApmIntegration"}}},"ApmIntegration":{},"ConnectionSettings":{},"MonitorConnection":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"projectId":{"type":"string"},"agentId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["APACHE_HTTPD","APACHE_JMETER","APACHE_TOMCAT","DATADOG","GENERIC_JMX","IIS","LIGHTTPD","LINUX","MONGO_DB","MYSQL","NEW_RELIC_APM","NGINX","SLA","ORACLE_DB","POSTGRES","PROMETHEUS","WINDOWS","SQL_SERVER"]},"settings":{"$ref":"#/components/schemas/ConnectionSettings"},"children":{"type":["array","null"],"items":{"$ref":"#/components/schemas/MonitorEntity"}},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true},"lifecycle":{"type":["string","null"],"enum":["EPHEMERAL","PERSISTENT"]}}},"MonitorEntity":{"type":"object","properties":{"name":{"type":"string"},"children":{"type":"array","items":{"$ref":"#/components/schemas/MonitorEntity"}},"id":{"type":"string"}}},"MfaEnrolmentRequest_s_w":{"type":"object","properties":{"mfa":{"$ref":"#/components/schemas/Mfa_s_w"},"code":{"type":"string"},"confirmation":{"type":"string"}}},"MfaStrategy_s_w":{},"Mfa_s_w":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"strategy":{"$ref":"#/components/schemas/MfaStrategy_s_w"}}},"Action":{"type":"object","properties":{"enabled":{"type":"boolean"},"children":{"type":"array","items":{"$ref":"#/components/schemas/Action"}},"id":{"type":"string"}}},"VirtualUser":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"projectId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"children":{"type":["array","null"],"items":{"$ref":"#/components/schemas/Action"}},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["JMETER","WEB_DRIVER","FRAGMENTS","PLAYWRIGHT"]},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true}}},"Variable":{},"VariableWrapper":{"type":"object","properties":{"id":{"type":"string"},"projectId":{"type":"string"},"userId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"variable":{"$ref":"#/components/schemas/Variable"}}},"SLAProfile":{"type":"object","properties":{"id":{"type":"string"},"projectId":{"type":"string"},"name":{"type":"string"},"thresholds":{"type":"array","items":{"$ref":"#/components/schemas/SLAThreshold"}}}},"SLAThreshold":{},"Project":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"workspaceId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["DESIGN","RESULT"]},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true}}},"HttpAuthorization":{"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"},"basePath":{"type":"string"}}},"HttpServer":{"type":"object","properties":{"id":{"type":"string"},"projectId":{"type":"string"},"userId":{"type":"string"},"protocol":{"type":"string","enum":["HTTP","HTTPS","UNKNOWN"]},"hostname":{"type":"string","pattern":"^(?!https?://).*"},"port":{"type":"integer","format":"int32"},"authorizations":{"type":"array","items":{"$ref":"#/components/schemas/HttpAuthorization"}},"connectTimeout":{"type":"integer","format":"int32"},"responseTimeout":{"type":"integer","format":"int32"},"ipSpoofing":{"$ref":"#/components/schemas/IpSpoofing"}}},"IpSpoofing":{"type":"object","properties":{"type":{"type":"string","enum":["IP_HOSTNAME","DEVICE","DEVICE_IPV4","DEVICE_IPV6"]},"source":{"type":"string"}}},"FakeDataProviderQuery":{"type":"object","properties":{"type":{"type":"string"},"field":{"type":"string"},"customFieldName":{"type":"string"}}},"StorageFile":{"type":"object","properties":{"filename":{"type":"string"},"lastModified":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int64"}}},"CorrelationRule":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"projectId":{"type":"string"},"extractor":{"$ref":"#/components/schemas/VariableExtractor"},"injectionRules":{"type":"array","items":{"$ref":"#/components/schemas/InjectionRule"},"uniqueItems":true},"enabled":{"type":"boolean"}}},"InjectionRule":{"type":"object","properties":{"type":{"type":"string","enum":["PART_OF_VALUE","WHOLE_VALUE"]}}},"VariableExtractor":{"type":"object","properties":{"defaultValue":{"type":"string"},"matchGroup":{"type":"integer","format":"int32"},"name":{"type":"string"},"enabled":{"type":"boolean"},"id":{"type":"string"}}},"CorrelationFramework":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"rules":{"type":"array","items":{"$ref":"#/components/schemas/CorrelationRule"}}}},"BenchReport":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"projectId":{"type":"string"},"benchResultIds":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"description":{"type":"string"},"items":{"type":["array","null"],"items":{"$ref":"#/components/schemas/BenchReportItem"}},"configs":{"type":["array","null"],"items":{"$ref":"#/components/schemas/BenchReportConfig"},"uniqueItems":true},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true}}},"BenchReportConfig":{},"BenchReportItem":{"type":"object","properties":{"id":{"type":"string"}}},"BenchReportTemplate":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/BenchReportItem"}},"configs":{"type":"array","items":{"$ref":"#/components/schemas/BenchReportConfig"},"uniqueItems":true},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"}}},"EncryptedText":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","enum":["PLAIN","ENCRYPTED"]}}},"JiraNotification":{"type":"object","properties":{"url":{"type":"string"},"connectionType":{"type":["string","null"],"enum":["JIRA_CLOUD","JIRA_DATA_CENTER_BASIC","JIRA_DATA_CENTER_ACCESS_TOKEN"]},"apiKey":{"$ref":"#/components/schemas/EncryptedText"},"email":{"type":["string","null"]},"boardId":{"type":"string"},"issueNameFilter":{"type":["string","null"]},"projectId":{"type":"string"},"statusId":{"type":"string"},"failTransitionId":{"type":["string","null"]},"passTransitionId":{"type":["string","null"]},"errorTransitionId":{"type":["string","null"]}}},"JiraStatus":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"JiraBoard":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"JiraBoardWithProject":{"type":"object","properties":{"board":{"$ref":"#/components/schemas/JiraBoard"},"project":{"$ref":"#/components/schemas/JiraProject"}}},"JiraProject":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]}}},"JiraTransition":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"DockerProviderCapacity":{"type":"object","properties":{"providerId":{"type":"string"},"autoScaled":{"type":"boolean"},"instance":{"$ref":"#/components/schemas/DockerMachineInstance"},"memory":{"$ref":"#/components/schemas/DockerMemoryConfig"}}},"DockerProviderLocationMemoryUsage":{"type":"object","properties":{"location":{"type":"string"},"userUsages":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderUsageUser"}},"globalMemoryUsedInMb":{"type":"number","format":"double"}}},"DockerProviderUsage":{"type":"object","properties":{"providerId":{"type":"string"},"providerName":{"type":"string"},"locationCapacity":{"$ref":"#/components/schemas/DockerProviderCapacity"},"agentsPerLocation":{"type":"array","items":{"$ref":"#/components/schemas/NumberOfAgentsOfLocation"}},"locationUsages":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderLocationMemoryUsage"}}}},"DockerProviderUsageUser":{"type":"object","properties":{"userId":{"type":"string"},"username":{"type":"string"},"workspaceId":{"type":"string"},"workspaceName":{"type":"string"},"memoryUsedInMb":{"type":"number","format":"double"}}},"NumberOfAgentsOfLocation":{"type":"object","properties":{"location":{"type":"string"},"numberOfAgents":{"type":"integer","format":"int32"}}},"StaticIP":{"type":"object","properties":{"id":{"type":"string"},"providerId":{"type":"string"},"region":{"type":"string"},"zone":{"type":"string"},"ipAddress":{"type":"string"},"config":{"$ref":"#/components/schemas/StaticIPConfig"},"instanceId":{"type":"string"}}},"StaticIPConfig":{},"ValueWrapperString":{"type":"object","properties":{"value":{"type":"string"}}},"EphemeralAccessToken":{"type":"object","properties":{"token":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"}}},"Task":{},"Capacity":{"type":"object","properties":{"maxConcurrentUsers":{"type":"integer","format":"int32"},"maxTestDurationSec":{"type":"integer","format":"int32"},"remainingTests":{"type":"integer","format":"int32"},"maxProfilesPerScenario":{"type":"integer","format":"int32"},"providers":{"type":"string"},"vuMb":{"type":"number","format":"double"},"maxTestsPerRun":{"type":"integer","format":"int32"},"maxRealBrowserUsers":{"type":"integer","format":"int32"},"realBrowserMb":{"type":"number","format":"double"}}},"KeyValueSubscriptionDTOInteger":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/SubscriptionDTO"},"value":{"type":"integer","format":"int32"}}},"PlanDTO":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"integer","format":"int64"},"currency":{"type":"string","enum":["eur","usd","gbp"]},"capacity":{"$ref":"#/components/schemas/Capacity"},"renewalType":{"type":"string","enum":["DAILY","MONTHLY","QUARTERLY","HALF_YEARLY","YEARLY","ON_DEMAND","ON_DEMAND_QUARTERLY","ON_DEMAND_HALF_YEARLY","ON_DEMAND_YEARLY"]},"billingType":{"type":"string","enum":["FREE","CREDIT_CARD","BANK_TRANSFER"]},"customerId":{"type":"string"},"ephemeral":{"type":"boolean"},"name":{"type":"string"},"unlimited":{"type":"boolean"}}},"SubscriptionDTO":{"type":"object","properties":{"id":{"type":"string"},"plan":{"$ref":"#/components/schemas/PlanDTO"},"remainingTests":{"type":"integer","format":"int32"},"subscribedOn":{"type":"string","format":"date-time"},"renewedOn":{"type":"string","format":"date-time"},"expiresOn":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["scheduled","trialing","active","cancel_at_period_end","past_due","unpaid","canceled","incomplete","incomplete_expired"]},"type":{"type":["string","null"],"enum":["PRIMARY","SHARED"]}}},"JiraIssue":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/JiraIssueFields"}}},"JiraIssueFields":{"type":"object","properties":{"summary":{"type":"string"}}},"JiraUser":{"type":"object","properties":{"displayName":{"type":"string"},"emailAddress":{"type":"string"},"computeName":{"type":"string"}}},"JiraWebhookInput":{"type":"object","properties":{"user":{"$ref":"#/components/schemas/JiraUser"},"issue":{"$ref":"#/components/schemas/JiraIssue"}}},"g4":{},"SecurityToken":{"type":"object","properties":{"token":{"type":"string"},"expiresInSec":{"type":"integer","format":"int64"}}},"LoginResult":{},"MfaLogin":{"type":"object","properties":{"token":{"type":"string"},"code":{"type":"string"}}},"MfaStrategy_be0":{},"Mfa_be0":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"strategy":{"$ref":"#/components/schemas/MfaStrategy_be0"}}},"Mfa":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"strategy":{"$ref":"#/components/schemas/MfaStrategy"}}},"MfaStrategy":{},"JmxDesignImportRequest":{"type":"object","properties":{"resources":{"type":"string","enum":["KEEP_ALL","REMOVE"]},"adBlocking":{"type":"string","enum":["ENABLED","DISABLED"]}}},"JmxImportMultipartRequest":{"type":"object","default":null,"properties":{"design":{"$ref":"#/components/schemas/JmxDesignImportRequest","default":"","description":"Design import configuration"},"runtime":{"$ref":"#/components/schemas/JmxRuntimeImportRequest","default":"","description":"Runtime import configuration"},"file":{"type":"string","format":"binary","default":"","description":"JMeter JMX file"}}},"JmxRuntimeImportRequest":{"type":"object","properties":{"avgResponseTimeInMs":{"type":"integer","format":"int32"},"defaultProviderId":{"type":"string"},"defaultLocation":{"type":"string"}}},"JmxImportResult":{"type":"object","properties":{"virtualUsers":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}},"scenario":{"$ref":"#/components/schemas/Scenario"}}},"s9":{},"SetMultimapStringString":{"type":"object","properties":{"empty":{"type":"boolean"}}},"KeyValueVariableExtractorMapStringString":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/VariableExtractor"},"value":{"type":"object","additionalProperties":{"type":"string"}}}},"BulkTagsUpdateRequest":{"type":"object","properties":{"entityType":{"type":"string","enum":["SCENARIO","VIRTUAL_USER","MONITOR_CONNECTION","BENCH_REPORT"]},"entityIds":{"type":"array","items":{"type":"string"},"uniqueItems":true},"action":{"type":"string","enum":["ADD","REMOVE"]},"tags":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"TaggedEntity":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"uniqueItems":true},"id":{"type":"string"}}},"RangeSetInteger":{"type":"object","properties":{"empty":{"type":"boolean"}}},"KeyValueStringString":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"RequestUrl":{"type":"object","properties":{"method":{"type":"string"},"url":{"type":"string","format":"url"}}},"ImportFacts":{},"NeoLoadImportResult":{"type":"object","properties":{"virtualUsers":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}},"scenarios":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}},"assessment":{"$ref":"#/components/schemas/NeoLoadProjectAssessment"},"unconverted":{"type":"array","items":{"$ref":"#/components/schemas/NeoLoadUnconverted"}}}},"NeoLoadInventory":{"type":"object","properties":{"virtualUsers":{"type":"integer","format":"int32"},"containers":{"type":"integer","format":"int32"},"pages":{"type":"integer","format":"int32"},"httpRequests":{"type":"integer","format":"int32"},"pluginRequests":{"type":"integer","format":"int32"},"extractors":{"type":"integer","format":"int32"},"assertions":{"type":"integer","format":"int32"},"delays":{"type":"integer","format":"int32"},"controlFlows":{"type":"integer","format":"int32"},"scripts":{"type":"integer","format":"int32"},"customActions":{"type":"integer","format":"int32"},"variables":{"type":"integer","format":"int32"},"servers":{"type":"integer","format":"int32"},"populations":{"type":"integer","format":"int32"},"scenarios":{"type":"integer","format":"int32"},"monitoredHosts":{"type":"integer","format":"int32"}}},"NeoLoadPluginUsage":{"type":"object","properties":{"plugin":{"type":"string"},"requests":{"type":"integer","format":"int32"}}},"NeoLoadProjectAssessment":{"type":"object","properties":{"projectName":{"type":"string"},"productVersion":{"type":"string"},"portability":{"type":"string","enum":["MECHANICAL","ASSISTED","MOSTLY_MANUAL"]},"inventory":{"$ref":"#/components/schemas/NeoLoadInventory"},"virtualUsers":{"type":"array","items":{"$ref":"#/components/schemas/NeoLoadVirtualUserSummary"}},"plugins":{"type":"array","items":{"$ref":"#/components/schemas/NeoLoadPluginUsage"}},"unconverted":{"type":"array","items":{"$ref":"#/components/schemas/NeoLoadUnconverted"}}}},"NeoLoadUnconverted":{"type":"object","properties":{"kind":{"type":"string","enum":["PLUGIN_REQUEST","JAVASCRIPT_ACTION","TRY_CATCH","FORK","STOP_VIRTUAL_USER","CUSTOM_ACTION","SERIALIZED_VARIABLE","ENCRYPTED_VARIABLE","GENERATED_VARIABLE","SERVER_CREDENTIALS","RENDEZVOUS_POLICY","CONTAINER_EXECUTION","MISSING_DATA_FILE","BINARY_BODY","WAIT_UNTIL","HTTP_PUSH","MEDIA_STREAM","SOAP_ENVELOPE","WEBSOCKET_PUSH","MONITOR","SLA_THRESHOLD","SLA_PROFILE","XPATH_ASSERTION","USER_PATH_SEQUENCE","SWITCH_FALL_THROUGH","PREDEFINED_VARIABLE","UNKNOWN_ELEMENT","CONVERSION_FAILED","CORRELATION_CANDIDATE","COLUMN_MAPPING"]},"tag":{"type":"string"},"uid":{"type":"string"},"virtualUser":{"type":"string"},"marker":{"type":"string"},"facts":{"$ref":"#/components/schemas/ImportFacts"}}},"NeoLoadVirtualUserSummary":{"type":"object","properties":{"name":{"type":"string"},"httpRequests":{"type":"integer","format":"int32"},"pluginRequests":{"type":"integer","format":"int32"},"containers":{"type":"integer","format":"int32"},"scripts":{"type":"integer","format":"int32"},"customActions":{"type":"integer","format":"int32"},"portability":{"type":"string","enum":["MECHANICAL","ASSISTED","MOSTLY_MANUAL"]}}},"LoadRunnerImportResult":{"type":"object","properties":{"virtualUsers":{"type":"array","items":{"$ref":"#/components/schemas/VirtualUser"}},"scenarios":{"type":"array","items":{"$ref":"#/components/schemas/Scenario"}},"assessment":{"$ref":"#/components/schemas/LoadRunnerProjectAssessment"},"unconverted":{"type":"array","items":{"$ref":"#/components/schemas/LoadRunnerUnconverted"}}}},"LoadRunnerInventory":{"type":"object","properties":{"scripts":{"type":"integer","format":"int32"},"actions":{"type":"integer","format":"int32"},"calls":{"type":"integer","format":"int32"},"pages":{"type":"integer","format":"int32"},"resources":{"type":"integer","format":"int32"},"forms":{"type":"integer","format":"int32"},"extractors":{"type":"integer","format":"int32"},"assertions":{"type":"integer","format":"int32"},"transactions":{"type":"integer","format":"int32"},"thinkTimes":{"type":"integer","format":"int32"},"parameters":{"type":"integer","format":"int32"},"dataFiles":{"type":"integer","format":"int32"},"snapshots":{"type":"integer","format":"int32"},"scenarios":{"type":"integer","format":"int32"},"groups":{"type":"integer","format":"int32"},"unsupportedCalls":{"type":"integer","format":"int32"}}},"LoadRunnerProjectAssessment":{"type":"object","properties":{"projectName":{"type":"string"},"vugenVersion":{"type":"string"},"portability":{"type":"string","enum":["MECHANICAL","ASSISTED","MOSTLY_MANUAL"]},"inventory":{"$ref":"#/components/schemas/LoadRunnerInventory"},"scripts":{"type":"array","items":{"$ref":"#/components/schemas/LoadRunnerScriptSummary"}},"protocols":{"type":"array","items":{"$ref":"#/components/schemas/LoadRunnerProtocolUsage"}},"unconverted":{"type":"array","items":{"$ref":"#/components/schemas/LoadRunnerUnconverted"}}}},"LoadRunnerProtocolUsage":{"type":"object","properties":{"protocol":{"type":"string"},"scripts":{"type":"integer","format":"int32"},"convertible":{"type":"boolean"}}},"LoadRunnerScriptSummary":{"type":"object","properties":{"name":{"type":"string"},"protocol":{"type":"string"},"recordingLevel":{"type":"string"},"pages":{"type":"integer","format":"int32"},"resources":{"type":"integer","format":"int32"},"calls":{"type":"integer","format":"int32"},"unsupportedCalls":{"type":"integer","format":"int32"},"portability":{"type":"string","enum":["MECHANICAL","ASSISTED","MOSTLY_MANUAL"]}}},"LoadRunnerUnconverted":{"type":"object","properties":{"kind":{"type":"string","enum":["UNSUPPORTED_FUNCTION","CONVERSION_FAILED","CONTROL_FLOW","CONDITION_NOT_SUPPORTED","LOOP_BOUND_NOT_LITERAL","THINK_TIME_NOT_LITERAL","PARAMETERISED_SERVER","RECORDED_COOKIE","SCRIPT_SEQUENCE","ITERATION_COUNT","CUSTOM_C_CODE","UNSUPPORTED_PROTOCOL","SOCKET_PROTOCOL","SAP_PROTOCOL","RDP_PROTOCOL","TERMINAL_PROTOCOL","MISSING_SNAPSHOT","MISSING_DATA_FILE","MISSING_SCRIPT","PARAMETER_TYPE","RENDEZVOUS_POLICY","SCHEDULED_START","SCHEDULE_DURATION","LOAD_GENERATOR","SCENARIO_TYPE","ITERATION_PACING","SAVED_PARAMETER","STEP_NAME_PARAMETER","SLA_RULE","WAN_EMULATION","DATE_PARAMETER","TRANSPORT_OPTION","SERVER_AUTHORIZATION"]},"function":{"type":"string"},"script":{"type":"string"},"action":{"type":"string"},"line":{"type":"integer","format":"int32"},"marker":{"type":"string"},"facts":{"$ref":"#/components/schemas/ImportFacts"}}},"FakeDataSample":{"type":"object","properties":{"query":{"$ref":"#/components/schemas/FakeDataProviderQuery"},"csvLines":{"type":"array","items":{"type":"string"}}}},"Assertion":{"type":"object","properties":{"negate":{"type":"string","enum":["FALSE","TRUE"]},"name":{"type":"string"},"enabled":{"type":"boolean"},"id":{"type":"string"}}},"KeyValueAssertionMapStringString":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/Assertion"},"value":{"type":"object","additionalProperties":{"type":"string"}}}},"ValueWrapperBoolean":{"type":"object","properties":{"value":{"type":"boolean"}}},"DcrRequest":{"type":"object","properties":{"client_name":{"type":["string","null"],"writeOnly":true},"redirect_uris":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true,"writeOnly":true},"clientName":{"type":"string"},"redirectUris":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"DcrResponse":{"type":"object","properties":{"client_id":{"type":"string"},"client_id_issued_at":{"type":"integer","format":"int64"},"client_name":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"grant_types":{"type":"array","items":{"type":"string"}},"response_types":{"type":"array","items":{"type":"string"}},"token_endpoint_auth_method":{"type":"string"}}},"ReportItemMetric":{"type":"object","properties":{"id":{"type":"string","enum":["ASSERTIONS_ERROR_TOTAL","ASSERTIONS_FAILURE_TOTAL","ASSERTIONS_SUCCESS_TOTAL","CONNECT_TIME_APDEX","CONNECT_TIME_AVG","CONNECT_TIME_MAX","CONNECT_TIME_MIN","CONNECT_TIME_STD","CONNECT_TIME_VAR","ERRORS_TOTAL","ERRORS_RATE","ERRORS_PERCENT","HITS_RATE","HITS_TOTAL","HITS_SUCCESSFUL_TOTAL","HITS_SUCCESSFUL_PERCENT","HTTP_MEDIA_TYPES","HTTP_MEDIA_TYPES_THROUGHPUT","HTTP_METHODS","HTTP_RESPONSE_CODES","LATENCY_APDEX","LATENCY_AVG","LATENCY_MAX","LATENCY_MIN","LATENCY_STD","LATENCY_VAR","MONITORING","LOAD_GENERATOR","NETWORK_TIME_AVG","NETWORK_TIME_MAX","NETWORK_TIME_MIN","NETWORK_TIME_VAR","RESPONSE_TIME_APDEX","RESPONSE_TIME_AVG","RESPONSE_TIME_MAX","RESPONSE_TIME_MEDIAN","RESPONSE_TIME_MIN","RESPONSE_TIME_PERCENTILE_80","RESPONSE_TIME_PERCENTILE_90","RESPONSE_TIME_PERCENTILE_95","RESPONSE_TIME_PERCENTILE_99","RESPONSE_TIME_STD","RESPONSE_TIME_VAR","RESPONSE_SIZE","SENT_BYTES_AVG","SENT_BYTES_MAX","SENT_BYTES_MIN","SENT_BYTES_RATE","SENT_BYTES_STD","SENT_BYTES_TOTAL","THROUGHPUT_RATE","THROUGHPUT_TOTAL","USERLOAD"]},"type":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemQueryFilter"},"uniqueItems":true},"benchResultId":{"type":"string"},"configs":{"type":["array","null"],"items":{"$ref":"#/components/schemas/BenchReportConfig"},"uniqueItems":true}}},"ReportItemQueryFilter":{"type":"object","properties":{"field":{"type":"string"}}},"ReportItemUiSettings":{},"ThresholdAlarmReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metric":{"$ref":"#/components/schemas/ReportItemMetric"},"settings":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true}}},"Duration":{"type":"object","properties":{"standardSeconds":{"type":"integer","format":"int64"},"standardMinutes":{"type":"integer","format":"int64"},"standardHours":{"type":"integer","format":"int64"},"standardDays":{"type":"integer","format":"int64"},"millis":{"type":"integer","format":"int64"}}},"ThresholdAlarm":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"benchResultId":{"type":"string"},"tags":{"type":["array","null"],"items":{"type":"string"},"uniqueItems":true},"thresholdId":{"type":"string"},"severity":{"type":"string","enum":["PASSED","WARNING","CRITICAL"]},"timestamp":{"type":"integer","format":"int64"},"duration":{"$ref":"#/components/schemas/Duration"}}},"TextualMonitorReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metric":{"$ref":"#/components/schemas/ReportItemMetric"},"settings":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true}}},"TextualCounterValue":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"},"uniqueItems":true},"benchResultId":{"type":"string"},"timestamp":{"type":"integer","format":"int64"},"value":{"type":"string"}}},"StatisticTreeReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}},"settings":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true}}},"TableValue":{"type":"object","properties":{"value":{"type":"number","format":"double"}}},"TreeEntry":{"type":"object","properties":{"virtualUserName":{"type":"string"},"userProfileIndex":{"type":"string"},"actionPath":{"type":"string"},"values":{"type":"array","items":{"$ref":"#/components/schemas/TableValue"}}}},"TopReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metric":{"$ref":"#/components/schemas/ReportItemMetric"},"size":{"type":"integer","format":"int32"}}},"MultimapStringGraphPoint":{"type":"object","properties":{"empty":{"type":"boolean"}}},"TopResult":{"type":"object","properties":{"top":{"type":"object","additionalProperties":{"type":"number","format":"double"}},"curves":{"$ref":"#/components/schemas/MultimapStringGraphPoint"}}},"StatisticTableReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}},"size":{"type":"integer","format":"int32"},"computeType":{"type":"string","enum":["NORMAL","DELTA"]},"settings":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true}}},"TableEntry":{"type":"object","properties":{"actionPath":{"type":"string"},"values":{"type":"array","items":{"$ref":"#/components/schemas/TableValue"}}}},"MultiMetricReportItem":{"type":"object","properties":{"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}},"id":{"type":"string"}}},"StackedChartReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"mode":{"type":"string","enum":["ABSOLUTE","PERCENT"]},"metric":{"$ref":"#/components/schemas/ReportItemMetric"}}},"MapGraphPoint":{"type":"object","properties":{"x":{"type":"number","format":"double"},"values":{"type":"object","additionalProperties":{"type":"number","format":"double"}}}},"AreaRangeChartReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}},"referenceType":{"type":"string","enum":["DATE_HISTOGRAM","SUMMARY"]},"rangeType":{"type":"string","enum":["RAW","PERCENT"]}}},"AreaRangeResult":{"type":"object","properties":{"curve":{"type":"array","items":{"$ref":"#/components/schemas/GraphPoint"}},"reference":{"type":"array","items":{"$ref":"#/components/schemas/GraphPoint"}},"rmse":{"type":"number","format":"double"}}},"GraphPoint":{"type":"object","properties":{"x":{"type":"number","format":"double"},"y":{"type":"number","format":"double"}}},"cl":{"type":"object","properties":{"m":{"type":"string"},"e":{"type":"string"},"h":{"type":"string","writeOnly":true}}},"InsightsReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"benchResultId":{"type":"string"},"sampleType":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]},"settings":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true},"thresholds":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"number","format":"double"}}},"filters":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemQueryFilter"},"uniqueItems":true}}},"Insight":{"type":"object","properties":{"id":{"type":"string","enum":["THROUGHPUT_JAVASCRIPT","THROUGHPUT_IMAGE_OPTIMIZE","THROUGHPUT_IMAGE_NEW_FORMAT","THROUGHPUT_CSS","OVERALL_ERROR_4XX","OVERALL_ERROR_5XX","OVERALL_ERROR_NONE","THRESHOLD_ALARM","HIT_RATE_INFLEXION_POINT","RESPONSE_TIME_STD_DEVIATION","RESPONSE_TIME_GLOBAL_AVG","STEP_BY_STEP_RESPONSE_TIME","PEAK_OF_ERRORS","CONNECT_TIME_LATENCY_INCREASE","CONNECT_TIME_VS_RESPONSE_TIME","LATENCY_VS_RESPONSE_TIME","STEP_BY_STEP_ERRORS"]},"level":{"type":"string","enum":["PASSED","INFO","WARN","ERROR"]},"value":{"type":"number","format":"double"},"more":{"$ref":"#/components/schemas/BenchReportItem"},"inspect":{"$ref":"#/components/schemas/BenchReportItem"}}},"PercentilesChartReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}},"percentiles":{"type":"array","items":{"type":"number","format":"double"}}}},"LineChartReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemMetric"}}}},"ErrorsReportItem":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":"string"},"filters":{"type":"array","items":{"$ref":"#/components/schemas/ReportItemQueryFilter"},"uniqueItems":true},"benchResultId":{"type":"string"},"settings":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemUiSettings"},"uniqueItems":true}}},"BenchAssertionResult":{"type":"object","properties":{"name":{"type":"string"},"message":{"type":"string"},"type":{"type":"string","enum":["ERROR","FAILURE"]}}},"ErrorSample":{"type":"object","properties":{"benchResultId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"},"uniqueItems":true},"timestamp":{"type":"integer","format":"int64"},"errorMessage":{"type":"string"},"connectTime":{"type":"integer","format":"int64"},"latency":{"type":"integer","format":"int64"},"elapsedTime":{"type":"integer","format":"int64"},"assertions":{"type":"array","items":{"$ref":"#/components/schemas/BenchAssertionResult"}}}},"ReportItemValidation":{"type":"object","properties":{"valid":{"type":"boolean"},"violations":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemViolation"}}}},"ReportItemViolation":{"type":"object","properties":{"message":{"type":"string"},"metricId":{"type":["string","null"]},"field":{"type":["string","null"]}}},"TagValuesRequest":{"type":"object","properties":{"benchResultIds":{"type":"array","items":{"type":"string"},"uniqueItems":true},"filters":{"type":["array","null"],"items":{"$ref":"#/components/schemas/ReportItemQueryFilter"},"uniqueItems":true}}},"MultimapStringString":{"type":"object","properties":{"empty":{"type":"boolean"}}},"ReportItemAllowSelect":{"type":"object","properties":{"sampleTypes":{"type":["array","null"],"items":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]}},"metricIdsBySampleType":{"type":["object","null"],"additionalProperties":{"type":"array","items":{"type":"string","enum":["ASSERTIONS_ERROR_TOTAL","ASSERTIONS_FAILURE_TOTAL","ASSERTIONS_SUCCESS_TOTAL","CONNECT_TIME_APDEX","CONNECT_TIME_AVG","CONNECT_TIME_MAX","CONNECT_TIME_MIN","CONNECT_TIME_STD","CONNECT_TIME_VAR","ERRORS_TOTAL","ERRORS_RATE","ERRORS_PERCENT","HITS_RATE","HITS_TOTAL","HITS_SUCCESSFUL_TOTAL","HITS_SUCCESSFUL_PERCENT","HTTP_MEDIA_TYPES","HTTP_MEDIA_TYPES_THROUGHPUT","HTTP_METHODS","HTTP_RESPONSE_CODES","LATENCY_APDEX","LATENCY_AVG","LATENCY_MAX","LATENCY_MIN","LATENCY_STD","LATENCY_VAR","MONITORING","LOAD_GENERATOR","NETWORK_TIME_AVG","NETWORK_TIME_MAX","NETWORK_TIME_MIN","NETWORK_TIME_VAR","RESPONSE_TIME_APDEX","RESPONSE_TIME_AVG","RESPONSE_TIME_MAX","RESPONSE_TIME_MEDIAN","RESPONSE_TIME_MIN","RESPONSE_TIME_PERCENTILE_80","RESPONSE_TIME_PERCENTILE_90","RESPONSE_TIME_PERCENTILE_95","RESPONSE_TIME_PERCENTILE_99","RESPONSE_TIME_STD","RESPONSE_TIME_VAR","RESPONSE_SIZE","SENT_BYTES_AVG","SENT_BYTES_MAX","SENT_BYTES_MIN","SENT_BYTES_RATE","SENT_BYTES_STD","SENT_BYTES_TOTAL","THROUGHPUT_RATE","THROUGHPUT_TOTAL","USERLOAD"]}}},"tagKeyConstraints":{"type":["array","null"],"items":{"$ref":"#/components/schemas/TagKeyConstraint"}},"monitorEntityTypes":{"type":["array","null"],"items":{"type":"string"}},"benchResultId":{"type":"boolean"}}},"TagKeyConstraint":{"type":"object","properties":{"key":{"type":"string"},"sampleTypes":{"type":["array","null"],"items":{"type":"string","enum":["BASIC","WEB","LOAD","ERRORS","NUMBER_COUNTER","TEXTUAL_COUNTER","THRESHOLD_ALARM"]}},"required":{"type":"boolean"},"allowedValues":{"type":["array","null"],"items":{"type":"string"}},"dependsOn":{"type":["array","null"],"items":{"type":"string"}},"single":{"type":"boolean"}}},"PageRequest":{"type":"object","properties":{"index":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/PageSort"},"search":{"$ref":"#/components/schemas/PageSearch"}}},"PageSearch":{"type":"object","properties":{"field":{"type":"string"},"value":{"type":"string"},"caseSensitivity":{"type":"string","enum":["SENSITIVE","INSENSITIVE"]},"matchingType":{"type":"string","enum":["START_WITH","EQUALS","CONTAINS","NOT_CONTAINS","MATCH_REGEXP"]}}},"PageSort":{"type":"object","properties":{"type":{"type":"string","enum":["ASC","DESC"]},"field":{"type":"string"}}},"PageResponseWorkspace":{"type":"object","properties":{"type":{"type":"string","enum":["STANDARD","MAX_RESULTS_REACHED"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Workspace"}},"maxResultCount":{"type":"integer","format":"int32"},"totalResultsCount":{"type":"integer","format":"int32"},"availablePageCount":{"type":"integer","format":"int32"},"last":{"type":"boolean"}}},"PageRequest_be0":{"type":"object","properties":{"index":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"sort":{"$ref":"#/components/schemas/PageSort_be0"},"search":{"$ref":"#/components/schemas/PageSearch_be0"}}},"PageSearch_be0":{"type":"object","properties":{"field":{"type":"string"},"value":{"type":"string"},"caseSensitivity":{"type":"string","enum":["SENSITIVE","INSENSITIVE"]},"matchingType":{"type":"string","enum":["START_WITH","EQUALS","CONTAINS","NOT_CONTAINS","MATCH_REGEXP"]}}},"PageSort_be0":{"type":"object","properties":{"type":{"type":"string","enum":["ASC","DESC"]},"field":{"type":"string"}}},"AuthenticationToken_be0":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"name":{"type":"string"},"remoteIp":{"type":"string"},"userAgent":{"type":"string"},"type":{"type":"string","enum":["USER_SESSION","MFA","PASSWORD_RESET","EPHEMERAL","STEP_UP"]},"expiresAfter":{"$ref":"#/components/schemas/Duration_be0"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"registrationId":{"type":["string","null"]}}},"Duration_be0":{"type":"object","properties":{"standardSeconds":{"type":"integer","format":"int64"},"standardMinutes":{"type":"integer","format":"int64"},"standardHours":{"type":"integer","format":"int64"},"standardDays":{"type":"integer","format":"int64"},"millis":{"type":"integer","format":"int64"}}},"PageResponseAuthenticationToken_be0":{"type":"object","properties":{"type":{"type":"string","enum":["STANDARD","MAX_RESULTS_REACHED"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/AuthenticationToken_be0"}},"maxResultCount":{"type":"integer","format":"int32"},"totalResultsCount":{"type":"integer","format":"int32"},"availablePageCount":{"type":"integer","format":"int32"},"last":{"type":"boolean"}}},"OAuthClient_be0":{"type":"object","properties":{"id":{"type":"string"},"clientId":{"type":"string"},"clientIdIssuedAt":{"type":"integer","format":"int64"},"clientSecretExpiresAt":{"type":"integer","format":"int64"},"clientName":{"type":"string"},"clientAuthenticationMethods":{"type":"array","items":{"type":"string"},"uniqueItems":true},"authorizationGrantTypes":{"type":"array","items":{"type":"string"},"uniqueItems":true},"redirectUris":{"type":"array","items":{"type":"string"},"uniqueItems":true},"postLogoutRedirectUris":{"type":"array","items":{"type":"string"},"uniqueItems":true},"requireProofKey":{"type":"boolean"},"requireAuthorizationConsent":{"type":"boolean"},"accessTokenTtl":{"type":"integer","format":"int64"},"refreshTokenTtl":{"type":"integer","format":"int64"},"reuseRefreshTokens":{"type":"boolean"}}},"PageResponseOAuthClient_be0":{"type":"object","properties":{"type":{"type":"string","enum":["STANDARD","MAX_RESULTS_REACHED"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/OAuthClient_be0"}},"maxResultCount":{"type":"integer","format":"int32"},"totalResultsCount":{"type":"integer","format":"int32"},"availablePageCount":{"type":"integer","format":"int32"},"last":{"type":"boolean"}}},"WorkspaceMemberInfo":{"type":"object","properties":{"username":{"type":"string"},"admin":{"type":"boolean"},"authorizations":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceAuthorization"},"uniqueItems":true}}},"DockerHostShutdownPolicy_s_w":{},"DockerProviderRegion_s_w":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/DockerProviderZone_s_w"}},"location":{"$ref":"#/components/schemas/GeoLocation_s_w"}}},"DockerProviderZone_s_w":{"type":"object","properties":{"name":{"type":"string"}}},"DockerProvider_s_w":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"enabled":{"type":"boolean"},"regions":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DockerProviderRegion_s_w"}},"shutdown":{"$ref":"#/components/schemas/DockerHostShutdownPolicy_s_w"},"type":{"type":"string","enum":["PUBLIC","PRIVATE"]}}},"GeoLocation_s_w":{},"AgentRegistrationCommand":{"type":"object","properties":{"command":{"type":"string"}}},"AuditLog":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string"},"username":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"event":{"$ref":"#/components/schemas/AuditLogEvent"}}},"AuditLogEvent":{},"Agent":{"type":"object","properties":{"remoteAddr":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastUpdate":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["DOWN","UP","DISABLED","REMOVED"]}}},"AgentContainer":{"type":"object","properties":{"id":{"type":"string"},"image":{"type":"string"},"status":{"type":"string"},"names":{"type":"array","items":{"type":"string"}}}},"AgentInfo":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"providerId":{"type":"string"},"region":{"type":"string"},"zone":{"type":"string"},"dockerImage":{"type":"string"},"type":{"type":"string","enum":["MANUAL","AUTOMATIC"]}}},"AgentMemoryUsage":{"type":"object","properties":{"freeMb":{"type":"number","format":"double"},"bufferedMb":{"type":"number","format":"double"},"cachedMb":{"type":"number","format":"double"},"totalMb":{"type":"number","format":"double"}}},"AgentUsage":{"type":"object","properties":{"memory":{"$ref":"#/components/schemas/AgentMemoryUsage"},"version":{"$ref":"#/components/schemas/AgentVersion"},"containers":{"type":"array","items":{"$ref":"#/components/schemas/AgentContainer"}}}},"AgentVersion":{"type":"object","properties":{"version":{"type":"string"},"arch":{"type":"string"},"kernelVersion":{"type":"string"},"operatingSystem":{"type":"string"},"experimental":{"type":"boolean"}}},"FullAgent":{"type":"object","properties":{"agent":{"$ref":"#/components/schemas/Agent"},"info":{"$ref":"#/components/schemas/AgentInfo"},"usage":{"$ref":"#/components/schemas/AgentUsage"}}},"IdentityProofs":{"type":"object","properties":{"authenticator":{"type":"boolean"},"passwordChange":{"type":"boolean"},"ssoRegistrationId":{"type":"string"}}},"AuthenticationToken_s_w":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"remoteIp":{"type":"string"},"userAgent":{"type":"string"},"type":{"type":"string","enum":["USER_SESSION","MFA","PASSWORD_RESET","EPHEMERAL","STEP_UP"]},"expiresAfter":{"$ref":"#/components/schemas/Duration_s_w"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"registrationId":{"type":["string","null"]}}},"Duration_s_w":{"type":"object","properties":{"standardSeconds":{"type":"integer","format":"int64"},"standardMinutes":{"type":"integer","format":"int64"},"standardHours":{"type":"integer","format":"int64"},"standardDays":{"type":"integer","format":"int64"},"millis":{"type":"integer","format":"int64"}}},"TaskResult":{},"ScheduledRun":{"type":"object","properties":{"id":{"type":"string"},"jobId":{"type":"string"},"userId":{"type":"string"},"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"jobRunTime":{"type":"integer","format":"int64"},"success":{"type":"boolean"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledRunResult"}}}},"ScheduledRunResult":{},"ScenarioCapacityUsage":{"type":"object","properties":{"scenarioId":{"type":"string"},"locationUsages":{"type":"array","items":{"$ref":"#/components/schemas/ScenarioProviderLocationUsage"}}}},"ScenarioProviderLocationUsage":{"type":"object","properties":{"providerId":{"type":"string"},"location":{"type":"string"},"memoryConsumedInMb":{"type":"number","format":"double"}}},"DockerLog":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"batchId":{"type":"string"},"date":{"type":"string","format":"date-time"},"message":{"type":"string"},"level":{"type":"string","enum":["INFO","WARN","ERROR"]}}},"ValueWrapperDouble":{"type":"object","properties":{"value":{"type":"number","format":"double"}}},"OAuthGrant":{"type":"object","properties":{"id":{"type":"string"},"clientId":{"type":"string"},"clientName":{"type":"string"},"lastModified":{"type":"integer","format":"int64"},"refreshTokenExpiresAt":{"type":"integer","format":"int64"}}},"MultimapStringSanityCheckError":{"type":"object","properties":{"empty":{"type":"boolean"}}},"SanityCheckError":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"level":{"type":"string","enum":["ERROR","WARNING","INFO"]},"errorMsg":{"type":"string"}}},"ResponseStatusEntry":{"type":"object","properties":{"success":{"type":"integer","format":"int32"},"total":{"type":"integer","format":"int32"},"status":{"type":"object","additionalProperties":{"type":"boolean"}}}},"ResponseStatusIndex":{"type":"object","properties":{"index":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ResponseStatusEntry"}}}},"HttpRecordedResponsesIndexState":{"type":"object","properties":{"status":{"type":"string","enum":["FULL_RECORDED","PARTIAL_RECORDED","NO_RECORDED"]},"byRequestIds":{"type":"object","additionalProperties":{"type":"string","enum":["FULL_RECORDED","PARTIAL_RECORDED","NO_RECORDED"]}}}},"SLAMonitorThreshold":{"type":"object","properties":{"metric":{"$ref":"#/components/schemas/ReportItemMetric"},"thresholds":{"type":"array","items":{"$ref":"#/components/schemas/Threshold"}}}},"Threshold":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"time":{"$ref":"#/components/schemas/ThresholdTimeCondition"},"value":{"$ref":"#/components/schemas/ThresholdValueCondition"},"severity":{"type":"string","enum":["PASSED","WARNING","CRITICAL"]}}},"ThresholdTimeCondition":{},"ThresholdValueCondition":{},"JSR223Script":{"type":"object","properties":{"name":{"type":"string"},"script":{"type":"string"},"language":{"type":"string","enum":["BEANSHELL","BSH","ECMASCRIPT","GROOVY","JAVA","JAVASCRIPT","JEXL","JEXL2"]},"types":{"type":"array","items":{"type":"string","enum":["SAMPLER","PRE_PROCESSOR","POST_PROCESSOR"]},"uniqueItems":true}}},"InputStreamSource":{"type":"object","properties":{"inputStream":{}}},"StorageQuota":{"type":"object","properties":{"filesCount":{"type":"integer","format":"int64"},"maxFilesCount":{"type":"integer","format":"int64"},"totalSize":{"type":"integer","format":"int64"},"maxTotalSize":{"type":"integer","format":"int64"}}},"CsvDelimiter":{"type":"object","properties":{"delimiter":{"type":"string"}}},"Server":{"type":"object","properties":{"projectId":{"type":"string"},"id":{"type":"string"},"userId":{"type":"string"}}},"FakeDataProvider":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"uniqueItems":true}}},"FakeDataLocale":{"type":"object","properties":{"locale":{"type":"string"},"displayName":{"type":"string"}}},"MetricValue":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"number","format":"double"},"unit":{"type":"string"}}},"MetricValues":{"type":"object","properties":{"metrics":{"type":"array","items":{"$ref":"#/components/schemas/MetricValue"}}}},"MultimapReportItemTypeMetricId":{"type":"object","properties":{"empty":{"type":"boolean"}}},"HttpHeader":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"HttpResponseEntity":{"type":"object","properties":{"requestId":{"type":"string"},"timestamp":{"type":"integer","format":"int64"},"httpVersion":{"type":"string"},"status":{"type":"string","enum":["CONTINUE","SWITCHING_PROTOCOLS","PROCESSING","EARLY_HINTS","OK","CREATED","ACCEPTED","NON_AUTHORITATIVE_INFORMATION","NO_CONTENT","RESET_CONTENT","PARTIAL_CONTENT","MULTI_STATUS","ALREADY_REPORTED","CONTENT_DIFFERENT","IM_USED","MULTIPLE_CHOICES","MOVED_PERMANENTLY","FOUND","SEE_OTHER","NOT_MODIFIED","USE_PROXY","SWITCH_PROXY","TEMPORARY_REDIRECT","PERMANENT_REDIRECT","TOO_MANY_REDIRECTS","BAD_REQUEST","UNAUTHORIZED","PAYMENT_REQUIRED","FORBIDDEN","NOT_FOUND","METHOD_NOT_ALLOWED","NOT_ACCEPTABLE","PROXY_AUTHENTICATION_REQUIRED","REQUEST_TIMEOUT","CONFLICT","GONE","LENGTH_REQUIRED","PRECONDITION_FAILED","REQUEST_ENTITY_TOO_LARGE","REQUEST_URI_TOO_LONG","UNSUPPORTED_MEDIA_TYPE","REQUESTED_RANGE_NOT_SATISFIABLE","EXPECTATION_FAILED","TEAPOT","BAD_MAPPING","UNPROCESSABLE_ENTITY","LOCKED","METHOD_FAILURE","UNORDERED_COLLECTION","UPGRADE_REQUIRED","PRECONDITIONS_REQUIRED","TOO_MANY_REQUESTS","REQUEST_HEADER_FIELDS_TOO_LARGE","RETRY_WITH","BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS","UNAVAILABLE_FOR_LEGAL_REASONS","UNRECOVERABLE_ERROR","NO_RESPONSE","SSL_CERTIFICATE_ERROR","SSL_CERTIFICATE_REQUIRED","HTTP_REQUEST_SENT_TO_HTTPS_PORT","TOKEN_EXPIRED_INVALID","CLIENT_CLOSED_REQUEST","INTERNAL_SERVER_ERROR","NOT_IMPLEMENTED","BAD_GATEWAY","SERVICE_UNAVAILABLE","GATEWAY_TIMEOUT","HTTP_VERSION_NOT_SUPPORTED","VARIANT_ALSO_NEGOTIATES","INSUFFICIENT_STORAGE","LOOP_DETECTED","BANDWIDTH_LIMIT_EXCEEDED","NOT_EXTENDED","NETWORK_AUTHENTICATION_REQUIRED","UNKNOWN_ERROR","WEB_SERVER_IS_DOWN","CONNECTION_TIMED_OUT","ORIGIN_IS_UNREACHABLE","A_TIMEOUT_OCCURRED","SSL_HANDSHAKE_FAILED","INVALID_SSL_CERTIFICATE","RAILGUN_ERROR","UNKNOWN"]},"headers":{"type":"array","items":{"$ref":"#/components/schemas/HttpHeader"}},"body":{"type":"string"},"timing":{"$ref":"#/components/schemas/HttpResponseTiming"}}},"HttpResponseTiming":{"type":"null","properties":{"connectTime":{"type":"integer","format":"int64"},"latency":{"type":"integer","format":"int64"},"elapsedTime":{"type":"integer","format":"int64"},"sentBytes":{"type":"integer","format":"int64"},"headersSize":{"type":"integer","format":"int64"},"bodySize":{"type":"integer","format":"int64"}}},"HttpPostData":{"type":"object","properties":{"mimeType":{"type":"string","enum":["APPLICATION_FORM_URLENCODED","MULTIPART_FORM_DATA"]}}},"HttpQueryParameter":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"encode":{"type":"boolean"},"includeEquals":{"type":"boolean"}}},"HttpRequestEntity":{"type":"object","properties":{"requestId":{"type":"string"},"timestamp":{"type":"integer","format":"int64"},"protocol":{"type":"string","enum":["HTTP","HTTPS","UNKNOWN"]},"hostname":{"type":"string"},"port":{"type":"integer","format":"int32"},"path":{"type":"string"},"method":{"type":"string"},"queryParameters":{"type":"array","items":{"$ref":"#/components/schemas/HttpQueryParameter"}},"postData":{"$ref":"#/components/schemas/HttpPostData"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/HttpHeader"}}}},"ValueWrapperListString":{"type":"object","properties":{"value":{"type":"array","items":{"type":"string"}}}},"MultimapStringMapStringString":{"type":"object","properties":{"empty":{"type":"boolean"}}},"ScheduledJobInfo":{"type":"object","properties":{"job":{"$ref":"#/components/schemas/ScheduledJob"},"username":{"type":"string"},"workspaceId":{"type":"string"},"numberOfRuns":{"type":"integer","format":"int64"},"lastErrorStreak":{"type":"integer","format":"int64"},"lastRun":{"$ref":"#/components/schemas/ScheduledRun"},"lastRunErrorPercentage":{"type":"number","format":"double"}}},"AdminOAuthGrant":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"username":{"type":"string"},"lastModified":{"type":"integer","format":"int64"},"refreshTokenExpiresAt":{"type":"integer","format":"int64"}}},"AuditUserActivity":{"type":"object","properties":{"userId":{"type":"string"},"username":{"type":"string"},"createdTimestamp":{"type":"integer","format":"int64"},"lastLoginTimestamp":{"type":"integer","format":"int64"},"numberOfTestsLaunched":{"type":"integer","format":"int32"},"country":{"type":"string"},"lastLog":{"$ref":"#/components/schemas/AuditUserActivityLastLog"}}},"AuditUserActivityLastLog":{"type":"object","properties":{"lastLog":{"$ref":"#/components/schemas/AuditLog"},"workspace":{"$ref":"#/components/schemas/Workspace"},"scenario":{"$ref":"#/components/schemas/Scenario"},"providers":{"type":"array","items":{"$ref":"#/components/schemas/DockerProvider"}}}},"OAuthProtectedResourceMetadata":{"type":"object","properties":{"resource":{"type":"string"},"authorization_servers":{"type":"array","items":{"type":"string"}}}}},"securitySchemes":{"api-key":{"type":"http","scheme":"Bearer","bearerFormat":"api-key"}}}}