Azure Firewall IDPS Rest API List

Steven Y 20 Reputation points
2023-09-09T11:30:16.54+00:00

How do i get the complete export of all the idps signature rules?

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
653 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,177 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 44,311 Reputation points Microsoft Employee
    2023-09-11T04:32:20.9266667+00:00

    @Steven Y

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    You can refer to the API for getting the IDPS Rules here : https://learn.microsoft.com/en-us/rest/api/virtualnetwork/firewall-policy-idps-signatures/list?tabs=HTTP

    There are various filtering and sorting options available as well.

    Kindly use the "String" in the HTTP Request body.

    And the returned Response body would contain the respective integer representation.

    Please note that the values for "Direction" in the above document is currently not updated. The values are as follows :

    • Outbound - 0
    • Inbound - 1
    • Bidirectional - 2
    • Internal - 3
    • Internal/Outbound - 4

    Other fields are documented correctly.

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.