The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is there a way to disable one of the individual gateways via a REST API or (PowerShell) scripting? The Power Platform admin center has an option for it, but I can't find it in the REST API documentation.
Gateways - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Solved! Go to Solution.
Hi @Anonymous ,
Currently, rest api does not support this function. But you can try to use powershell and use the Set-OnPremisesDataGateway command to achieve the same effect.
Here is the reference document link: PowerShell support for on-premises data gateway clusters | Microsoft Docs
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Currently, rest api does not support this function. But you can try to use powershell and use the Set-OnPremisesDataGateway command to achieve the same effect.
Here is the reference document link: PowerShell support for on-premises data gateway clusters | Microsoft Docs
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.