Created a new IPsec policy with API - 'security/ipsec/policies'
body
{'ipspace.name': 'Default',
'local_endpoint': {'address': '10.23.43.23',
'netmask': '24',
'port': '201-201'},
'name': 'ipsec_policy_psk',
'remote_endpoint': {'address': '10.23.43.26',
'netmask': '24',
'port': '201-201'},
'secret_key': 'DFRGTUJGNHFKDKS4553223',
'svm.name': 'svm4'}but when trying to get this IPsec policy using the query, it returns empty records.
{'ipspace.name': 'Default',
'name': 'ipsec_policy_psk',
'svm.name': 'svm4'} If I remove the ipspace.name in the query, I can get the IPsec policy good.
is this bug?
Thanks,
Mohan