Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/api/enterprise-api-ref/cmdb-api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ HTTP 200 Ok

## Get host's specific configuration

**URI:** https://hub.cfengine.com/api/cmdb/:hostkey/:type/:name/
**URI:** https://hub.cfengine.com/api/cmdb/v2/:hostkey/:type/:name/

**Method:** GET

Expand All @@ -98,7 +98,7 @@ HTTP 200 Ok
```console
curl -k --user <username>:<password> \
-X GET \
https://hub.cfengine.com/api/cmdb/SHA=f622992fa4525070f47da086041a38733496f03a77880f70b1ce6784c38f79ab/variables/HubCMDB:My.hostname/
https://hub.cfengine.com/api/cmdb/v2/SHA=f622992fa4525070f47da086041a38733496f03a77880f70b1ce6784c38f79ab/variables/HubCMDB:My.hostname/
```

**Example response:**
Expand Down
Loading