File
This endpoint allows users to upload files to the platform storage.
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdinteger · int32Required
Workspace Id.
Body
Filestring · binaryRequired
File that will to be uploaded to the platform storage.
Responses
200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
/api/workspaces/{workspaceId}/file/uploadThis endpoint allows users to upload a CSV file containing custom dataset information for probes. The uploaded file will be validated and return fileId, fileName and rowsCount information.
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdstringRequired
Body
Filestring · binaryRequired
File that will to be uploaded to the platform storage.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
post
/api/workspaces/{workspaceId}/probe/custom/dataset/uploadLast updated