{"id":38833785,"url":"https://github.com/jplanckeel/steampipe-plugin-opsgenie","last_synced_at":"2026-01-17T13:54:29.349Z","repository":{"id":195578797,"uuid":"693123632","full_name":"jplanckeel/steampipe-plugin-opsgenie","owner":"jplanckeel","description":"Steampipe Plugin to access Opsgenie","archived":false,"fork":false,"pushed_at":"2024-10-28T21:27:46.000Z","size":389,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T11:52:08.030Z","etag":null,"topics":["hacktoberfest","hacktoberfest2023","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/jplanckeel/opsgenie","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jplanckeel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T11:55:05.000Z","updated_at":"2024-08-02T14:38:58.000Z","dependencies_parsed_at":"2024-04-18T16:46:51.249Z","dependency_job_id":"090d47c6-c076-4291-9e77-677ac8131f93","html_url":"https://github.com/jplanckeel/steampipe-plugin-opsgenie","commit_stats":null,"previous_names":["jplanckeel/steampipe-plugin-opsgenie"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jplanckeel/steampipe-plugin-opsgenie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-opsgenie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-opsgenie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-opsgenie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-opsgenie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jplanckeel","download_url":"https://codeload.github.com/jplanckeel/steampipe-plugin-opsgenie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-opsgenie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2023","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2026-01-17T13:54:27.873Z","updated_at":"2026-01-17T13:54:29.341Z","avatar_url":"https://github.com/jplanckeel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://hub.steampipe.io/images/plugins/jplanckeel/opsgenie-social-graphic.png)\n\n# Opsgenie Plugin for Steampipe\n\nUse SQL to query infrastructure including servers, networks, facilities and more from Opsgenie.\n\n- **[Get started →](https://hub.steampipe.io/plugins/jplanckeel/opsgenie)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/jplanckeel/opsgenie/tables)\n- Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n- Get involved: [Issues](https://github.com/jplanckeel/steampipe-plugin-opsgenie/issues)\n\n## Quick start\n\n### Install\n\nDownload and install the latest Opsgenie plugin:\n\n```bash\nsteampipe plugin install jplanckeel/opsgenie\n```\n\nConfigure your [credentials](https://hub.steampipe.io/plugins/jplanckeel/opsgenie#credentials) and [config file](https://hub.steampipe.io/plugins/jplanckeel/opsgenie#configuration).\n\nConfigure your account details in `~/.steampipe/config/opsgenie.spc`:\n\n```hcl\nconnection \"steampipe-plugin-opsgenie\" {\n  plugin  = \"jplanckeel/opsgenie\"\n\n  # URL to access the API (required).\n  # If using the EU instance of Opsgenie, the URL needs to be api.eu.opsgenie.com for requests to be successful.\n  # url = \"api.opsgenie.com\"\n\n  # API token for your opsgenie instance (required).\n  # See https://docs.opsgenie.com/docs/api-access-management\n  # token = \"5c44f27d-8dd5-4939-aa5f-499d8cssf64a\"\n\n  # To filter request you can add opsgenie query\n  # query = \"status: open AND responders: 'My_Team'\"\n}\n```\n\nRun steampipe:\n\n```shell\nsteampipe query\n```\n\nList teams in your Opsgenie account:\n\n```sql\nselect\n   team_id,\n   name,\n   description \nfrom\n   opsgenie_team;\n```\n\n```\n+--------------------------------------+------------------------------------+--------------------------------------------+\n| team_id                              | name                               | description                                |\n+--------------------------------------+------------------------------------+--------------------------------------------+\n| 8cfdd4da-73e9-4526-be90-02111f2f2f1f | Infra_Team                         | Infrastructure Team                        |\n| 555d4f34-46d5-41b6-88bd-12df8z1f7104 | Dev_Team                           | Developper Team                            |\n+--------------------------------------+------------------------------------+--------------------------------------------+\n```\n\n## Developing\n\nPrerequisites:\n\n- [Steampipe](https://steampipe.io/downloads)\n- [Golang](https://golang.org/doc/install)\n\nClone:\n\n```sh\ngit clone https://github.com/jplanckeel/steampipe-plugin-opsgenie.git\ncd steampipe-plugin-opsgenie\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```\nmake\n```\n\nConfigure the plugin:\n\n```\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/opsgenie.spc\n```\n\nTry it!\n\n```\nsteampipe query\n\u003e .inspect opsgenie\n```\n\nFurther reading:\n\n- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Contributing\n\nPlease see the [contribution guidelines](https://github.com/turbot/steampipe/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/turbot/steampipe/blob/main/CODE_OF_CONDUCT.md). All contributions are subject to the [Apache 2.0 open source license](https://github.com/jplanckeel/steampipe-plugin-opsgenie/blob/main/LICENSE).\n\n`help wanted` issues:\n\n- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n- [Opsgenie Plugin](https://github.com/jplanckeel/steampipe-plugin-opsgenie/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-opsgenie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-opsgenie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-opsgenie/lists"}