Skip to content

Commit

Permalink
API/resources: Add docs on how to retrieve device service env vars by…
Browse files Browse the repository at this point in the history
… device UUID

Change-type: minor
  • Loading branch information
thgreasi committed Sep 2, 2024
1 parent b882685 commit 2b3e0dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/dictionaries/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,15 @@
"examples": [
{
"id": "get-device-service-vars",
"summary": "Get all service variables for a device",
"summary": "Get all service variables for a device by UUID",
"description": "",
"method": "GET",
"endpoint": "/v6/device_service_environment_variable",
"filters": "?\\$filter=service_install/any(si:si/device/any(d:d/uuid%20eq%20'<DEVICE_UUID>'))"
},
{
"id": "get-device-service-vars",
"summary": "Get all service variables for a device by ID",
"description": "",
"method": "GET",
"endpoint": "/v6/device_service_environment_variable",
Expand Down

0 comments on commit 2b3e0dc

Please sign in to comment.