...
Please note, that credential sets can also be managed in the opConfig GUI and the opconfig cli.
Summary
Operation | Method | API |
---|---|---|
Get a list of Credential Set | GET | http://server/en/omk/opConfig/api/v1/credential_set |
Get a Credential Set | GET | http://server/en/omk/opConfig/api/v1/credential_set/NAME |
Create a Credential Set | POST | http://server/en/omk/opConfig/api/v1/credential_set |
Update a Credential Set | PUT | http://server/en/omk/opConfig/api/v1/credential_set |
Delete a Credential Set | DELETE | http://server/en/omk/opConfig/api/v1/credential_set |
Assign a Credential Set to a node | POST | http://server/en/omk/opConfig/api/v1/credential_set/NAME/NODE |
Unassigns a Credential Set from a node | DELETE | http://server/en/omk/opConfig/api/v1/credential_set/NAME/NODE |
Methods
Get
GET http://server/en/omk/opConfig/api/v1/credential_set
...