f5-rest-client icon indicating copy to clipboard operation
f5-rest-client copied to clipboard

F5 BIG-IP SDK for the Go programming language.

Results 8 f5-rest-client issues
Sort by recently updated
recently updated
newest added

My question is based on this kb article and api doc: https://my.f5.com/manage/s/article/K67050204 https://clouddocs.f5.com/api/icontrol-rest/APIRef_tm_sys_file_ssl-cert.html I expected there to be cachePath property on [FileSSLCertConfig](https://github.com/e-XpertSolutions/f5-rest-client/blob/74ffe2792ca20f105f16df9b1a92bea14a674edf/f5/sys/file_ssl_cert.go#L25C1-L25C1) based on the KB above. Is there another...

kind/support
area/sys

The F5 API does not return the cachePath field by default, an extra parameter `?option=-hidden` must be provided. Such option must be supported by `sys.FileSSLCertConfig`, the `List*` and `Get` methods....

kind/feature
area/sys

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210711020723-a769d52b0f97&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, I want to delete all the configurations in the virtualserver under partition, it doesn't seem to work, I don't know how to do it? My code is as follows:...

In the current F5 GTM rest client, there is no support to enable ECS (EDNS client subnet) on a WideIP. Is there a plan to enable this feature.

hi, I want to get its pool member list through the pool name of SourceAddressTranslation. I can't do it through the following code, and I haven't found the corresponding method....

kind/support
area/ltm

A lot of method are using an `id`, which references an object on the BIG-IP (e.g. /Common/foobar). Such `id` is composed of a partition name and the actual object name....

kind/feature
priority/low

This also applies to jsonfilter, I guess this got introduced during local development? Is there a plan to Open Source that part? Thanx!

kind/bug