https://github.com/cloudforet-io/plugin-appdynamics-inven-collector
Cisco AppDynamics Inventory Collector
https://github.com/cloudforet-io/plugin-appdynamics-inven-collector
collector inventory plugin
Last synced: 12 months ago
JSON representation
Cisco AppDynamics Inventory Collector
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-appdynamics-inven-collector
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2023-04-04T02:01:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:15:38.000Z (about 1 year ago)
- Last Synced: 2025-04-29T03:31:14.966Z (about 1 year ago)
- Topics: collector, inventory, plugin
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cisco Appdynamics Collector
#### Plugin to collect Cisco Appdynamics Cloud Services
> Cloudforet's [plugin-appdynamics-cloud-services](https://github.com/cloudforet-io/plugin-appdynamics-inven-collector) is a convenient tool to
get cloud service data from Appdynamics Cloud Services.
Find us also at [Dockerhub](https://hub.docker.com/r/spaceone/plugin-appdynamics-inven-collector)
> Latest stable version : 0.1.0
Please contact us if you need any further information.
## Contents
| Cloud Service Type | Cloud Service |
|--------------------|-----------------------------------------------------|
| Application | [Application](#application) |
---
## SETTING
You should insert information about account in Cloudforet's **Service Account** initially.
* Base Information
* `account_name`
* Credentials
* `Client ID`
* `Client Secret`
* `Controller`
---
## Service list
The following is a list of services being collected and service code information.
| No. | Service name | Service Code |
|-----|-------------------------|--------------------------------------|
| 1 | Application | Cisco.Application/applicaiton |
---
## Authentication Overview
Registered service account on Cloudforet must have certain permissions to collect cloud service data
Please, set authentication privilege for followings:
### Custom roles for collecting Appdynamics cloud resources
Cloudforet Appdynamics collector requires several privileges for collecting resources.
Please create custom roles in Appdynamics portal, and assign following roles to Cloudforet Appdynamics collector apps before collect resources.
## Options
### Cloud Service Type : Specify what to collect
If cloud_service_types is added to the list elements in options, only the specified cloud service type is collected.
By default, if cloud_service_types is not specified in options, all services are collected.
The cloud_service_types items that can be specified are as follows.
{
"cloud_service_types": [
'Application',
]
}
How to update plugin information using spacectl is as follows.
First, create a yaml file to set options.
> cat update_collector.yaml
---
collector_id: collector-xxxxxxx
options:
cloud_service_types:
- Application
Update plugin through spacectl command with the created yaml file.
> spacectl exec update_plugin inventory.Collector -f update_collector.yaml
---
## Release Note
### Ver 0.1.0
* Add ```Application```