Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSLB_Pool has undocumented monitors property #878

Open
mkyrc opened this issue Sep 27, 2024 · 0 comments
Open

GSLB_Pool has undocumented monitors property #878

mkyrc opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity

Comments

@mkyrc
Copy link

mkyrc commented Sep 27, 2024

Is your feature request related to a problem? Please describe.

Problem: Undocumented monitors property for GSLB_Pool

"Monitors" property for GSLB_Pool is undocumented but it is possible use it in AS3 configuration. It is supported by official JSON schema. This problem is connected to all versions of f5-appsvcs-extension.

Example (GSLB_Pool object only):

            "pool_test": {
                    "class": "GSLB_Pool",
                    "resourceRecordType": "A",
                    "monitors": [
                        {
                            "use": "my_custom_monitor"
                        },
                        {
                            "bigip": "/Common/gateway_icmp"
                        }
                    ],
                    "members": [
                        {
                            "server": {
                                "use": "/Common/Shared/server_generic"
                            },
                            "virtualServer": "vs_test_generic"
                        }
                        {
                            "server": {
                                "use": "/Common/Shared/server_f5ltm"
                            },
                            "virtualServer": "/test/test/vs_test"
                        }
                    ],
                },

Describe the solution you'd like

It will be nice to have this property correctly documented. Please add documentation for monitors to GSLB_Pool object documentation.

@mkyrc mkyrc added enhancement New feature or request untriaged Issue needs to be reviewed for validity labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant