Health checks: missing support for POST in HTTP monitors
Open
Nobody has claimed this yet.
Health Checks
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
It would be really useful if HTTP monitors supported the POST method in addition to GET and HEAD https://docs.cloud.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/health-checks/http-monitor/create.html#cmdoption-method
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the OCI CLI health-checks HTTP monitor create command and the linked HTTP monitor documentation, then trace how the existing GET and HEAD methods are handled. Done means POST is accepted for HTTP monitors alongside those methods and the behavior is covered by the relevant command tests, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100