cjenison / f5_copy_virtual

1 stars 1 forks source link

11.5.x has a bug with accessing specific URL entities (crypto/cert & crypto/key) #40

Closed cjenison closed 6 years ago

cjenison commented 6 years ago

Haven't tested 11.6; definitely fixed in later revisions

Say cert or key fullPath is /Common/default.crt access of /mgmt/tm/sys/crypto/cert will return a collection with a selfLInk of: "https://localhost/mgmt/tm/sys/crypto/cert/~Common~default.crt?ver=11.5.4",

accessing that object does not work.

what works is: "https://localhost/mgmt/tm/sys/crypto/cert/default.crt?ver=11.5.4"

Same goes for keys in other folders; you must drop the URL-ified folder prefix in front of the cert or key name to get a valid response from REST API