Update rule by ID
post
                    /fleetMonitoring/clientapi/v2/rules/{rule-id}
This operation updates information about a rule specified by its ID, with the provided rule definition that is either partial or complete.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    rule-id: string
                    
                    Rule ID to be patched.
Header Parameters
                - 
                        X-HTTP-Method-Override: string
                        
                        To perform a partial update of the rule, POST request should be orchestrated with method override set to PATCH.
- 
                        X-ORACLE-IOT-ORG(optional): string
                        
                        To allow targeting requests to different organizations. The header value should contain the organization identifier(orgId). This header is optional, if not provided orgId will be ORA_DEFAULT_ORG
Root Schema : Rule_update
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actions(optional): 
            array  actions
            
            Rule actions
- 
            config(optional): 
            object  config
            
            Additional Properties Allowed: additionalPropertiesRule Config
- 
            description(optional): 
            string
            Detailed description
- 
            name(optional): 
            string
            Rule name
- 
            predicateCombination(optional): 
            string
            Rule predicateCombination, PredicateCombination one of [ANY_OF, ALL_OF]
- 
            predicates(optional): 
            array  predicates
            
            Rule Predicates
- 
            sources(optional): 
            object  sources
            
            Additional Properties Allowed: additionalPropertiesRule Sources
- 
            state(optional): 
            string
            Rule Status, State one of [ENABLED, DISABLED, INVALID]
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Rule Config
    
    
    
    
        Show Source
        Nested Schema : sources
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Rule Sources
    
    
    
    
        Show Source
        Nested Schema : Action_update
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            config(optional): 
            object  config
            
            Additional Properties Allowed: additionalPropertiesConfig of Action
- 
            tags(optional): 
            array  tags
            
            Tags of Action
- 
            type(optional): 
            string
            Type of Action, Type one of [TRIGGERALERT, TRIGGERINCIDENT, TRIGGERWARNING]
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Config of Action
    
    
    
    
        Show Source
        Nested Schema : Predicate_update
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            config(optional): 
            object  config
            
            Additional Properties Allowed: additionalPropertiesConfig of Predicate
- 
            type(optional): 
            string
            Type of Predicate, Type one of [THRESHOLD, GEO, ALERT]
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Config of Predicate
    
    
    
    
        Show Source
        Response
Supported Media Types
                - application/json
- application/vnd.oracle.resource+json;type=singular
200 Response
Successfully processed.
                
                
                    Root Schema : Rule_receive
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actions: 
            array  actions
            
            Rule actions
- 
            applicationId: 
            string
            Id of application the rule belongs to
- 
            config: 
            object  config
            
            Additional Properties Allowed: additionalPropertiesRule Config
- 
            createdTime: 
            integer
            Creation time
- 
            createdTimeAsString: 
            string
            Creation time as String
- 
            description: 
            string
            Detailed description
- 
            id: 
            string
            Unique ID for each rule
- 
            lastModifiedTime: 
            integer
            lastModified time
- 
            lastModifiedTimeAsString: 
            string
            lastModified time as string
- 
            links(optional): 
            array  links
            
            The set of API navigation links.
- 
            name: 
            string
            Rule name
- 
            predicateCombination: 
            string
            Rule predicateCombination, PredicateCombination one of [ANY_OF, ALL_OF]
- 
            predicates: 
            array  predicates
            
            Rule Predicates
- 
            sources: 
            object  sources
            
            Additional Properties Allowed: additionalPropertiesRule Sources
- 
            state: 
            string
            Rule Status, State one of [ENABLED, DISABLED, INVALID]
- 
            system: 
            boolean
            System flag
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Rule Config
    
    
    
    
        Show Source
        Nested Schema : sources
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Rule Sources
    
    
    
    
        Show Source
        Nested Schema : Action_receive
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            config: 
            object  config
            
            Additional Properties Allowed: additionalPropertiesConfig of Action
- 
            links(optional): 
            array  links
            
            The set of API navigation links.
- 
            tags: 
            array  tags
            
            Tags of Action
- 
            type: 
            string
            Type of Action, Type one of [TRIGGERALERT, TRIGGERINCIDENT, TRIGGERWARNING]
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Config of Action
    
    
    
    
        Show Source
        Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            The target resource URIExample:https://iotserver/iot/api/vX/some/API/path
- 
            rel(optional): 
            string
            Relation typeExample:canonical
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            The target resource URIExample:https://iotserver/iot/api/vX/some/API/path
- 
            rel(optional): 
            string
            Relation typeExample:canonical
Nested Schema : Predicate_receive
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            config: 
            object  config
            
            Additional Properties Allowed: additionalPropertiesConfig of Predicate
- 
            links(optional): 
            array  links
            
            The set of API navigation links.
- 
            type: 
            string
            Type of Predicate, Type one of [THRESHOLD, GEO, ALERT]
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
       objectAdditional Properties Allowed
       Show Source
       - 
           
               string
           
           Map of the following type: Map<String, String>
Config of Predicate
    
    
    
    
        Show Source
        Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            The target resource URIExample:https://iotserver/iot/api/vX/some/API/path
- 
            rel(optional): 
            string
            Relation typeExample:canonical
400 Response
Bad Request. The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
                
                
                401 Response
Unauthorized. The request requires user authentication.
                
                
                404 Response
Not Found. The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
                
                
                405 Response
Method Not Allowed. The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
                
                
                406 Response
Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
                
                
                415 Response
Unsupported Media Type. The request entity has a media type which the server or resource does not support.
                
                
                Examples
curl -X POST
-u <username>:<password>
-H 'Accept: application/json'
-H 'Content-Type: application/json'
--header "X-HTTP-Method-Override: PATCH"
https://iotserver/fleetMonitoring/clientapi/v2/rules/{rule-id}
Example of Request Body
The following example shows the content of the request body in JSON format:
{
"predicates":[
{
"type":"THRESHOLD",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
}
}
],
"sources":{
"sources_key1":"sources_value1"
},
"predicateCombination":"ANY_OF",
"name":"Rule name",
"description":"Detailed description",
"state":"ENABLED",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
},
"actions":[
{
"type":"TRIGGERALERT",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
},
"tags":[
"tags_1",
"tags_2",
"tags_3"
]
}
]
}
Example of Response Body
The following example shows the content of the response body in JSON format:
{
"lastModifiedTime":1469184297746,
"sources":{
"sources_key1":"sources_value1",
},
"predicateCombination":"ANY_OF",
"lastModifiedTimeAsString":"2016-07-22T10:44:57.746Z",
"description":"Detailed description",
"predicates":[
{
"links":[
{
"rel":"self",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
},
{
"rel":"canonical",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
}
],
"type":"THRESHOLD",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
}
}
],
"system":false,
"createdTimeAsString":"2016-07-22T10:44:57.746Z",
"name":"Rule name",
"createdTime":1469184297746,
"links":[
{
"rel":"self",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
},
{
"rel":"canonical",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
}
],
"id":"7934230b5023-450c",
"state":"ENABLED",
"applicationId":"bf35f41742e-6615",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
},
"actions":[
{
"links":[
{
"rel":"self",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
},
{
"rel":"canonical",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
}
],
"type":"TRIGGERALERT",
"config":{
"config_key1":"config_value1",
"config_key2":"config_value2",
"config_key3":"config_value3"
},
"tags":[
"tags_1",
"tags_2",
"tags_3"
]
}
]
}
Complete cURL Example
The following example shows the complete cURL command that can be used to perform the described operation:
curl -X POST
-u <username>:<password>
-H 'Accept: application/json'
-H 'Content-Type: application/json'
--header "X-HTTP-Method-Override: PATCH"
-d '{"predicates":[{"type":"THRESHOLD","config":{"config_key1":"config_value1","config_key2":"config_value2","config_key3":"config_value3"}}],"sources":{"sources_key1":"sources_value1"},"predicateCombination":"ANY_OF","name":"Rule name","description":"Detailed description","state":"ENABLED","config":{"config_key1":"config_value1","config_key2":"config_value2","config_key3":"config_value3"},"actions":[{"type":"TRIGGERALERT","config":{"config_key1":"config_value1","config_key2":"config_value2","config_key3":"config_value3"},"tags":["tags_1","tags_2","tags_3"]}]}'
https://iotserver/fleetMonitoring/clientapi/v2/rules/12ea57e314dd-60d3
Note that in the request,
https://iotserver will be replaced by the name and port of your assigned IoT Cloud Service instance. The format of the Cloud Service instance is 
 https://myinstance-myidentitydomain.iot.us.oraclecloud.com and the default port is 
 443.