curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy \
--header 'x-api-key: <api-key>'{
"success": true,
"deployBlocks": [
{
"id": 123,
"name": "<string>",
"dockerContainer": "<string>",
"dockerContainerManagedByEdgeImpulse": true,
"created": "2023-11-07T05:31:56Z",
"description": "<string>",
"cliArguments": "<string>",
"photo": "<string>",
"privileged": true,
"mountLearnBlock": true,
"supportsEonCompiler": true,
"showOptimizations": true,
"category": "library",
"sourceCodeAvailable": true,
"sourceCodeDownloadStaffOnly": true,
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"lastUpdated": "2023-11-07T05:31:56Z",
"lastUpdatedByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"userId": 123,
"userName": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"integrateUrl": "<string>"
}
],
"error": "<string>"
}Retrieve all deploy blocks.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy \
--header 'x-api-key: <api-key>'{
"success": true,
"deployBlocks": [
{
"id": 123,
"name": "<string>",
"dockerContainer": "<string>",
"dockerContainerManagedByEdgeImpulse": true,
"created": "2023-11-07T05:31:56Z",
"description": "<string>",
"cliArguments": "<string>",
"photo": "<string>",
"privileged": true,
"mountLearnBlock": true,
"supportsEonCompiler": true,
"showOptimizations": true,
"category": "library",
"sourceCodeAvailable": true,
"sourceCodeDownloadStaffOnly": true,
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"lastUpdated": "2023-11-07T05:31:56Z",
"lastUpdatedByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"userId": 123,
"userName": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"integrateUrl": "<string>"
}
],
"error": "<string>"
}Organization ID
OK
Whether the operation succeeded
Show child attributes
These arguments are passed into the container
library, firmware Whether the source code is only available for staff users.
Optional error description (set if 'success' was false)
Was this page helpful?