curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy/{deployId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"deployBlock": {
"id": 123,
"name": "<string>",
"dockerContainer": "<string>",
"dockerContainerManagedByEdgeImpulse": true,
"created": "2023-11-07T05:31:56Z",
"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>",
"description": "<string>",
"cliArguments": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"photo": "<string>",
"integrateUrl": "<string>",
"privileged": true,
"mountLearnBlock": true,
"supportsEonCompiler": true,
"showOptimizations": true,
"category": "library",
"sourceCodeAvailable": true,
"sourceCodeDownloadStaffOnly": true
}
}
Gets a deploy block.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy/{deployId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"deployBlock": {
"id": 123,
"name": "<string>",
"dockerContainer": "<string>",
"dockerContainerManagedByEdgeImpulse": true,
"created": "2023-11-07T05:31:56Z",
"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>",
"description": "<string>",
"cliArguments": "<string>",
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123,
"photo": "<string>",
"integrateUrl": "<string>",
"privileged": true,
"mountLearnBlock": true,
"supportsEonCompiler": true,
"showOptimizations": true,
"category": "library",
"sourceCodeAvailable": true,
"sourceCodeDownloadStaffOnly": true
}
}
Organization ID
Deploy block ID.
OK
The response is of type object
.