{"id":25050595,"url":"https://github.com/steadybit/instana-maintenance-window","last_synced_at":"2025-10-17T08:45:15.898Z","repository":{"id":65161855,"uuid":"518528902","full_name":"steadybit/instana-maintenance-window","owner":"steadybit","description":"GitHub action to define Instana maintenance windows","archived":false,"fork":false,"pushed_at":"2022-07-27T16:15:22.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-25T08:01:41.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadybit.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}},"created_at":"2022-07-27T16:13:46.000Z","updated_at":"2023-08-13T19:34:19.000Z","dependencies_parsed_at":"2023-01-04T12:39:02.114Z","dependency_job_id":null,"html_url":"https://github.com/steadybit/instana-maintenance-window","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"82b480bcae2ff09857775122137cc4d695dfe7e9"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Finstana-maintenance-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Finstana-maintenance-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Finstana-maintenance-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Finstana-maintenance-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/instana-maintenance-window/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418700,"owners_count":20773935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-06T09:16:57.141Z","updated_at":"2025-10-17T08:45:15.803Z","avatar_url":"https://github.com/steadybit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Define Instana Maintenance Windows\n\n## Example\n\nTo use the GitHub Action, you'll need to add it as a step in\nyour [workflow file](https://help.github.com/en/actions/automating-your-workflow-with-github-actions).\n\n```yaml\non: push\n\njobs:\n  publish:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: steadybit/instana-maintenance-window@v1\n        with:\n          origin: \"https://{{unit}}-{{tenant}}.instana.io\"\n          apiToken: ${{ secrets.INSTANA_API_TOKEN }}\n          query: \"entity.zone:test\"\n          name: \"\"\n```\n\n## Inputs\n\n| Name       | Type   | Required? | Default | Description                                                                                  |\n|------------|--------|-----------|---------|----------------------------------------------------------------------------------------------|\n| `origin`   | string | yes       |         | The HTTP origin of your Instana installation, e.g., `https://{{unit}}-{{tenant}}.instana.io` |\n| `apiToken` | string | yes       |         | An API token with the `ConfigureCustomAlerts` permission.                                    |\n| `query`    | string | yes       |         | Dynamic focus query describing for which infrastructure to disable alerting                  |\n| `name`     | string | yes       |         | Name of the maintenance window                                                               |\n| `duration` | int    | no        | 60000   | How long should the maintenance window be (in milliseconds)?                                 |\n\n## Outputs\n\nNone for now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Finstana-maintenance-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Finstana-maintenance-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Finstana-maintenance-window/lists"}