cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

Unable to get data in few tabs #171

Closed Akhilesh-Anb closed 7 years ago

Akhilesh-Anb commented 7 years ago

Admin-UI is awesome and very helpful.

I have few tabs which are not getting data. image

1) DEA 2) Organisation Isolation segments 3) Health Managers 4) Service Gateways 5) Security Group Spaces 6) SAML providers

There is no error. But, not getting the data.

---> There is one tab named "Staging security Groups spaces" Here it showing me an error saying This page requires data from services that are currently unavailable

Appreciate your help.

Thank you

rboykin commented 7 years ago

@Akhilesh-Anb

Most of these tabs will be empty depending on your environment.

Akhilesh-Anb commented 7 years ago

Thank you @rboykin for your response.

I'm using OpsManager version of 1.9.4

rboykin commented 7 years ago

@Akhilesh-Anb Cannot tell the cloudfoundry version from that. What does your api.xxxx.com/v2/info api_version field show for your cloudfoundry installation

Akhilesh-Anb commented 7 years ago

I'm sorry for that. I thought of OpsMan version.

"api_version":"2.65.0"

rboykin commented 7 years ago

@Akhilesh-Anb Thanks for the api_version. That implies to me that staging security group spaces not yet in the base cloudfoundry code. I believe it showed in the next published version: 2.68.0. I see mentioned in docs starting here: http://apidocs.cloudfoundry.org/250 for instance http://apidocs.cloudfoundry.org/250/security_groups/list_all_staging_spaces_for_the_security_group.html

rboykin commented 7 years ago

Closed due to being answered