VMware Cloud Community
alexander_d
Enthusiast
Enthusiast

vRA 7.3 - Health Service Rest API return empty values

Hi!

Trying to retreive health report data using REST API.

I'm able to get x-xenon-authtoken, but when I query tasks or configurations by using:

https://$vRA:8090/core/health-query-tasks

https://$vRA:8090/health/config/configurations

I recevie something like this:

{

    "documentLinks": [],

    "documentVersion": 0,

    "documentUpdateTimeMicros": 0,

    "documentExpirationTimeMicros": 0,

    "documentOwner": "d66913be-e43f-41ef-b0e5-400c9c459b9b"

}

{

    "documentLinks": [],

    "documentCount": 0,

    "queryTimeMicros": 1,

    "documentVersion": 0,

    "documentUpdateTimeMicros": 0,

    "documentExpirationTimeMicros": 0,

    "documentOwner": "d66913be-e43f-41ef-b0e5-400c9c459b9b"

}

I do have 2 healthcheck configured in the tenant I'm connecting to. User permissions are ok (i'm tenant and fabric admin).

Any ideas why do I receive empty objects?

Tags (2)
Reply
0 Kudos
2 Replies
mike_probst
Contributor
Contributor

Did you find a solution for this? I am running into the same issue

Reply
0 Kudos
gradinka
VMware Employee
VMware Employee

I would kindly ask - why still using 7.3 ?
This is not supported since last year IMHO... even 7.4 is end-of-support in couple of months (december 2020)


As a minimum move to 7.5, preferably 7.6...
These are still getting regular hotfixes.

Reply
0 Kudos