curl --request GET \
--url https://cloud.bytebeam.io/api/v1/device_components \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"results": [
{
"id": 123,
"name": "<string>",
"is_deleted": true
}
]
}
curl --request GET \
--url https://cloud.bytebeam.io/api/v1/device_components \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"results": [
{
"id": 123,
"name": "<string>",
"is_deleted": true
}
]
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
inactive
, all
, active
The response is of type object
.