Artifacts
Create a new artifact.
Creates a new artifact.
post/{spaceId}/artifacts
Path parameters
spaceIdstring required
ID of the space
Request body
Example request
{
"Filename": "Performance Test Results.csv",
"LogCorrelationId": "0c5a872485ac4b10857939a92d082e67",
"ServerTaskId": "ServerTasks-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"Filename": "Performance Test Results.csv",
"LogCorrelationId": "0c5a872485ac4b10857939a92d082e67",
"SpaceId": "Spaces-1"
}