Detect and Respond Context Creation Models
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be returned.
Responses
200Success
No content
400Error
401Error
403Error
default
get
/api/v1/rule-engine/ccm/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be updated
Body
anyOptional
Responses
200Success
No content
400Error
401Error
403Error
default
put
/api/v1/rule-engine/ccm/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be deleted
Responses
204
An empty array
400Error
401Error
403Error
default
delete
/api/v1/rule-engine/ccm/{id}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be enabled
Responses
200Success
No content
400Error
401Error
403Error
default
put
/api/v1/rule-engine/ccm/{id}/enableAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be disabled
Responses
200Success
No content
400Error
401Error
403Error
default
put
/api/v1/rule-engine/ccm/{id}/disableAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The ID of the context creation model to be reseted
Responses
200Success
No content
400Error
401Error
403Error
default
put
/api/v1/rule-engine/ccm/{id}/resetLast updated