Actions
Bug #7909
closedBad URL example in compliance API doc
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The doc at http://www.rudder-project.org/rudder-api-doc/#api-compliance-getNodesCompliance show:
curl -H "X-API-Token: yourToken" -X GET 'https://rudder.example.com/rudder/api/compliance/nodes?prettify=true'
....
curl -H "X-API-Token: yourToken" -X GET 'http://rudder.example.com/rudder/api/compliance/nodes/root?prettify=true'
It should be:
curl -H "X-API-Token: yourToken" -X GET 'https://rudder.example.com/rudder/api/latest/compliance/nodes?prettify=true'
...
curl -H "X-API-Token: yourToken" -X GET 'http://rudder.example.com/rudder/api/latest/compliance/nodes/root?prettify=true'
Updated by François ARMAND almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-api-doc/pull/26
Updated by François ARMAND almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-api-doc|94fe1047377a2b3f2c8c87373981ae340815abc5.
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 3.1.14
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
Actions