Hi Mikael,
As John noted there are several stanzas which are masked by the LMI. The [authentication-mechanisms] is one of them.
The entry you are referring to is for this stanza:
[cfg-db-cmd:entries]
authentication-mechanisms::* = exclude
which is related to RP instance clustering.
We need to update the REST API so it does not return stanzas which cannot be changed.
------------------------------
Nick
ISAM Level II Support
------------------------------
Original Message:
Sent: Sat May 04, 2019 10:53 AM
From: Mikael Lindblad
Subject: rest api for getting stanzas return non stanzas too.
if you call the rest api to get all stanzas.
curl -k "https://{appliance_hostname}/wga/reverseproxy/{reverseproxy_id}/configuration/stanza" -H 'Accept: application/json' -H 'Content-Type: application/json' -u 'uid:pwd'
You get stanzas + non stanzas like for example "authentication-mechanisms"
If you look in the configuration file the entry looks like this. no [ ] around the entry.
authentication-mechanisms::* = exclude
Is this a bug or why does it think it's a stanza?
------------------------------
Regards Mikael
------------------------------