Skip to main content
GET
/
projects
/
{project_id}
/
ota
/
releases
/
{release_id}
/
deployments
/
{deployment_id}
GET /projects/{project_id}/ota/releases/{release_id}/deployments/{deployment_id}
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/ota/releases/{release_id}/deployments/{deployment_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "deployment": {
      "created_at": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "initiated": true,
      "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "ota_release_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "deployment_name": "<string>",
      "scheduled_at": "2023-11-07T05:31:56Z",
      "status": "<string>"
    },
    "props": [
      {
        "ota_release_deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "value": "<string>"
      }
    ]
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string
required
release_id
string
required
deployment_id
string
required

Response

OTA deployment detail

data
object
required
meta
object
required

Empty object; present for envelope consistency on OTA detail GETs.

ok
enum<integer>
required
Available options:
1