Skip to content

Commit

Permalink
Change FDO description link
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Mordyk <[email protected]>
  • Loading branch information
omordyk committed Nov 19, 2024
1 parent 327d726 commit 06043a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ocs-api-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Open Horizon Support for FDO",
"description": "[FDO](https://software.intel.com/en-us/secure-device-onboard) (FIDO Device Onboard) is a technology that is contributed by Intel to make it easy and secure to configure edge devices and associate them with an Open Horizon Management Hub instance. Open Horizon has added support for FDO-enabled devices so that the agent will be installed on the device and registered to the Open Horizon Management Hub with zero touch (by simply powering on the device).<br><br>Examples of using this API:<br><br>`curl -sS $HZN_FDO_SVC_URL/api/version && echo`<br>`curl -sS -w %{http_code} -u $HZN_EXCHANGE_USER_AUTH $HZN_FDO_SVC_URL/api/orgs/$HZN_ORG_ID/fdo/vouchers | jq`<br><br>Note: Some of these APIs can also be run via the `hzn` command.",
"description": "[FDO](https://fidoalliance.org/device-onboarding-overview/) (FIDO Device Onboard) is a technology that is contributed by Intel to make it easy and secure to configure edge devices and associate them with an Open Horizon Management Hub instance. Open Horizon has added support for FDO-enabled devices so that the agent will be installed on the device and registered to the Open Horizon Management Hub with zero touch (by simply powering on the device).<br><br>Examples of using this API:<br><br>`curl -sS $HZN_FDO_SVC_URL/api/version && echo`<br>`curl -sS -w %{http_code} -u $HZN_EXCHANGE_USER_AUTH $HZN_FDO_SVC_URL/api/orgs/$HZN_ORG_ID/fdo/vouchers | jq`<br><br>Note: Some of these APIs can also be run via the `hzn` command.",
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
Expand Down

0 comments on commit 06043a2

Please sign in to comment.