Forum Discussion
Jayendran
Solution Sage
7 years agoGet Gateways API not giving gatewayStatus
Hi all,
I'm trying to use the Gateway API from below link
https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/getgateways#gateway
But it seems the API is missing the result called gatewayStatus
The result all i got is below. Could someone pls sugges how i can get the status of the gateway using this API?
{
"id": "",
"gatewayId": 0,
"name": "",
"type": "Resource",
"publicKey": {
"exponent": "AQAB",
"modulus": ""
},
"gatewayAnnotation": "{}"
}
Hi Jayendran ,
I have got the result, Get Gateways will not return status, only Get Gateways (single) returns status.
Best Regards,
Teige