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

Documentation: APM integration #25

Closed
MSlawik opened this issue Aug 10, 2018 · 1 comment
Closed

Documentation: APM integration #25

MSlawik opened this issue Aug 10, 2018 · 1 comment

Comments

@MSlawik
Copy link

MSlawik commented Aug 10, 2018

ISSUE TYPE
  • Documentation Report
AS3 BUILD/ VERSION

3.3


BIGIP VERSION

n/a


SUMMARY

the AS3 documentation shows no indication that existing APM policies can be attached in an AS3 declaration. Appendix C: Declaration using all AS3 Properties does not show any command how to integrate an APM policy.
https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/3/refguide/all-properties.html


STEPS TO REPRODUCE
For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->

<!--- Paste example declarations between quotes below -->
EXPECTED RESULTS
ACTUAL RESULTS

@JosephPJordan
Copy link
Contributor

Hello @MSlawik, you can use PolicyIAM to reference an existing APM policy.
You can add something like the following to the declaration:

"policyIAM": {
"bigip": "/Common/my-APM-policy"
}

You can find a row in the Schema reference file: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/3/refguide/schema-reference.html?highlight=apm#service-http, but you are correct, there is no other documentation stating you can use an APM policy. Will add that in our next release. Going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants