Solution | Request: PUT /api/v1/configuration/system/configuration/license-client/grantors/ HOST 10.10.114.22 Authorization: Basic 7KQ2a4JrE9fwKxQHOoWgWrgPFB1X/G3Co9SPVTpjD4A= Content-Type: application/json { "grantor": [ { "node-config": [ { "client-device-id": "Node1", "node": "localhost2", "password-encrypted": "3u+UR6n8AgABAAAASuIIsf6pf4s4/8IGRktuGAEVGXvEgC5nkPba8RG4V9A=" } ], "preferred-network": "internal", "server-hostname": "10.9.11.2", "ssl-verify": "false" } ] } Response: { "result": { "warnings": [ { "message": "The configuration has been implicitly changed" } ] } } NOTE:
- "preferred-network" could be any interface (internal/external/management)
- localhost2 is the PCS hostname.
|
|
---|