{"id":22671504,"url":"https://github.com/cloudforet-io/plugin-aws-shd-inven-collector","last_synced_at":"2025-04-12T12:23:36.498Z","repository":{"id":109062748,"uuid":"532700593","full_name":"cloudforet-io/plugin-aws-shd-inven-collector","owner":"cloudforet-io","description":"Plugins for AWS Service Health Dashboard Collector","archived":false,"fork":false,"pushed_at":"2024-03-21T16:36:56.000Z","size":84,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-21T17:48:15.121Z","etag":null,"topics":["collector","inventory","plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/cloudforet-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-09-05T01:12:15.000Z","updated_at":"2023-08-17T17:18:20.000Z","dependencies_parsed_at":"2023-04-08T09:33:01.917Z","dependency_job_id":"38f0b56d-a197-4419-8321-fb939f04e78e","html_url":"https://github.com/cloudforet-io/plugin-aws-shd-inven-collector","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-shd-inven-collector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-shd-inven-collector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-shd-inven-collector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-shd-inven-collector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudforet-io","download_url":"https://codeload.github.com/cloudforet-io/plugin-aws-shd-inven-collector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228920522,"owners_count":17992005,"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":["collector","inventory","plugin"],"created_at":"2024-12-09T16:15:16.656Z","updated_at":"2024-12-09T16:15:18.324Z","avatar_url":"https://github.com/cloudforet-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAWS Service Health Dashboard Collector Plugin\u003c/h1\u003e  \n\n\u003cbr/\u003e  \n\u003cdiv align=\"center\" style=\"display:flex;\"\u003e  \n  \u003cimg width=\"245\" src=\"https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/aws-cloudservice.svg\"\u003e\n  \u003cp\u003e \n    \u003cbr\u003e\n    \u003cimg alt=\"Version\"  src=\"https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000\"  /\u003e    \n    \u003ca href=\"https://www.apache.org/licenses/LICENSE-2.0\"  target=\"_blank\"\u003e\u003cimg alt=\"License: Apache 2.0\"  src=\"https://img.shields.io/badge/License-Apache 2.0-yellow.svg\" /\u003e\u003c/a\u003e \n  \u003c/p\u003e \n\u003c/div\u003e   \n\n##### Plugin to collect AWS Service Health Dashboard \n\n\u003e SpaceONE's [plugin-aws-shd-inven-collector](https://github.com/spaceone-dev/plugin-aws-shd-inven-collector) is a convenient tool to get SHD(Service Heath Dashboard) from AWS.\n\n\nFind us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/aws-shd-inven-collector)\n\u003e Latest stable version : 1.0\n\nPlease contact us if you need any further information. (\u003csupport@spaceone.dev\u003e)\n\n---\n\n## Collecting Contents\n\n* Table of Contents\n    * Event\n\n\n---\n\n## Authentication Overview\n\nRegistered service account on SpaceONE must have certain permissions to collect data Please, set\nauthentication privilege for followings:\n\n\u003cpre\u003e\n\u003ccode\u003e\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Action\": [\n                \"translate:TranslateText\"\n            ],\n            \"Effect\": \"Allow\",\n            \"Resource\": \"*\"\n        }\n    ]\n}\n\u003c/code\u003e\n\u003c/pre\u003e\n\n\n---\n## Options\n\n### Translate a description\n\nIf translate_enable is added to the list elements in options, Translate the description according to the value set in translate_options.\nBy default, `translate_enable` is `True` and `translate_options` example is below.\n\n\u003cpre\u003e\n\u003ccode\u003e\n{\n    \"translate_enable\": true,\n    \"translate_options\": {\n        \"source_lang_code\": \"en\",\n        \"target_lang_code\": \"ko\"\n    } \n}\n\u003c/code\u003e\n\u003c/pre\u003e\n\nThe translated result is stored in `data.translate`.\n\n\u003cpre\u003e\n\u003ccode\u003e\n\n\"data\": {\n    ....\n    \"translate\": {\n        \"translate_enable\": true,\n        \"translated_text\": \"EFS 및 FSx 원본 또는 대상 위치를 사용하여 DataSync 작업에 대해 오류 발생률이 높아지는 것을 계속 조사하여 “DataSync 대상 위치가 올바르게 마운트되지 않았습니다.”더 빨리 업데이트하지 않을 경우 오전 8시 (태평양 표준시 기준) 에 업데이트를 제공할 것입니다.\",\n        \"translate_language\": \"ko\"\n    }\n}\n\u003c/code\u003e\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-aws-shd-inven-collector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudforet-io%2Fplugin-aws-shd-inven-collector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-aws-shd-inven-collector/lists"}