Create a API call report for ApiGee on premises, have plugin error.

Hi! I have the following attached error when trying to get the API call report for ApiGee on premises.

Thank you!

0 1 90
1 REPLY 1

@Marisabel Rodriguez,

Looks like this package is not available on the server where you are trying to install.

Can you check if apigee repo is available in yum repos. To check, you can execute

ls -la /etc/yum.repos.d | grep apigee

If apigee repo is available, you will see "apigee.repo" as the output.

If you don't see any output, this mean apigee repo is not available, in that case, continue with below steps(assuming you have internet access from this server).

1. Run the bootstrap on your server

curl https://software.apigee.com/bootstrap_4.19.06.sh -o /tmp/bootstrap_4.19.06.sh

2. Run the bootstrap

sudo bash /tmp/bootstrap_4.19.06.sh apigeeuser=uName apigeepassword=pWord

3. Then continue installing the analytics-collector

/opt/apigee/apigee-service/bin/apigee-service apigee-analytics-collector install 

In case you don't have internet connection, see this for creating local repo and then install

https://docs.apigee.com/private-cloud/v4.18.05/install-edge-apigee-setup-utility#installedgeapigeese...

Hope this helps!

Thanks,
Gagan