curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"dockerContainer": "<string>",
"description": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"port": 123,
"sourceCodeDownloadStaffOnly": true
}'
{
"success": true,
"error": "<string>",
"id": 123
}
Adds a dsp block.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"dockerContainer": "<string>",
"description": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"port": 123,
"sourceCodeDownloadStaffOnly": true
}'
{
"success": true,
"error": "<string>",
"id": 123
}
Organization ID
OK
The response is of type object
.