alert-definition-query
                                alert-definition-query                            
                            
                            Parameters used to search for Alert Definitions.
Search for system defined Alert Definitions via adapterKinds and resourceKinds or search for user-defined Alert Definitions via their identifiers
JSON Example
                                    {
    "ids": [
        "string"
    ],
    "adapterKinds": [
        "string"
    ],
    "resourceKinds": [
        "string"
    ]
}
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                ids            
                            Optional
            
            
        The identifier(s) of the Alert Definitions to search for.
Do not specify adapterKind or resourceKind if searching by ids
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                adapterKinds            
                            Optional
            
            
        List of adapter kind keys. Can only be used when adapterKind is empty
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                resourceKinds            
                            Optional
            
            
        List of resource kind keys. Can only be used when resourceKind is empty
