{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-security-iotsecuritysolutions","description":"Security Center","version":"2019-08-01","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Security Center\n@base https://management.azure.com\n@version 2019-08-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions\n@desc Use this method to get the list of IoT Security solutions by subscription.\n@optional {$filter: any # Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions\n@desc Use this method to get the list IoT Security solutions organized by resource group.\n@optional {$filter: any # Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\n@desc User this method to get details of a specific IoT Security solution based on solution name\n@required {solutionName: any # The name of the IoT Security solution.}\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\n@desc Use this method to create or update yours IoT Security solution\n@required {solutionName: any # The name of the IoT Security solution., iotSecuritySolutionData: map # The security solution data}\n@returns(200) Updated\n@returns(201) Created\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\n@desc Use this method to update existing IoT Security solution tags or user defined resources. To update other fields use the CreateOrUpdate method.\n@required {solutionName: any # The name of the IoT Security solution., updateIotSecuritySolutionData: map # The security solution data}\n@returns(200) Updated\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\n@desc Use this method to delete yours IoT Security solution\n@required {solutionName: any # The name of the IoT Security solution.}\n@returns(200) Security Solution deleted.\n@returns(204) Security Solution does not exist.\n\n@end\n"}