{"id":26445552,"url":"https://github.com/cisco-open/appd-client-go","last_synced_at":"2025-07-14T06:08:27.113Z","repository":{"id":221448693,"uuid":"652539072","full_name":"cisco-open/appd-client-go","owner":"cisco-open","description":"This project provides access to the AppDynamics REST API in Go language.","archived":false,"fork":false,"pushed_at":"2024-10-28T06:28:58.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T16:02:22.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cisco-open.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T09:23:12.000Z","updated_at":"2024-10-28T06:29:02.000Z","dependencies_parsed_at":"2024-02-08T02:36:46.160Z","dependency_job_id":"a8baf453-b990-4550-bfb8-b056ac84efda","html_url":"https://github.com/cisco-open/appd-client-go","commit_stats":null,"previous_names":["cisco-open/appd-client-go"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cisco-open/appd-client-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisco-open%2Fappd-client-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisco-open%2Fappd-client-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisco-open%2Fappd-client-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisco-open%2Fappd-client-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cisco-open","download_url":"https://codeload.github.com/cisco-open/appd-client-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisco-open%2Fappd-client-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265251046,"owners_count":23734851,"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-03-18T11:19:17.046Z","updated_at":"2025-07-14T06:08:27.088Z","avatar_url":"https://github.com/cisco-open.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppDynamics Go Client\n  \nThis project provides access to the [AppDynamics REST API](https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis) in Go language.\n\n## Usage ##\n```go\nimport \"github.com/cisco-open/appd-client-go\"\n```\n\nCreate a client, get every Business Transaction for every Application\n\n```go\nclient, _ :=  appdrest.NewClient(\"http\", \"192.168.33.10\", 8090, \"admin\", \"password\", \"customer1\")\n\napps, err := client.Application.GetApplications()\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\tfor _, app := range apps {\n\n\t\tbts, err := client.BusinessTransaction.GetBusinessTransactions(app.ID)\n\t\tif err != nil {\n\t\t\tpanic(err.Error())\n\t\t}\n\t\tfor _, bt := range bts {\n\t\t\tfmt.Printf(\"App: %s, Tier: %s, BT: %s, Type: %s\\n\", app.Name, bt.TierName, bt.Name, bt.EntryPointType)\n\t\t}\n\n\t}\n```\n\n\n## Projects using this library ##\n\n* [AppDynamics Swagger Tool](https://github.com/cisco-open/swagger-appd-tool)\n\n## Support ##\n\nWe welcome feedback, questions, issue reports and pull requests.\n\nMaintainer's email address: mdivis@cisco.com\n\n[GitHub Issues](https://github.com/cisco-open/appd-client-go/issues)\n\n## Acknowledgements ##\n\nBased on work of https://github.com/dlopes7/go-appdynamics-rest-api\n\n## License ##\n\nMIT License\n\n\nCopyright (c) 2023 David Lopes\u003cbr\u003e\nCopyright (c) 2023 Cisco Systems, Inc. and its affiliates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisco-open%2Fappd-client-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcisco-open%2Fappd-client-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisco-open%2Fappd-client-go/lists"}