Chapter 47. Notifier Service


47.1. Notifier Service

47.1.1. DeleteNotifier

DELETE /v1/notifiers/{id}

DeleteNotifier removes a notifier configuration given its ID.

47.1.1.1. Description

47.1.1.2. Parameters

47.1.1.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 
47.1.1.2.2. Query Parameters
NameDescriptionRequiredDefaultPattern

force

 

-

null

 

47.1.1.3. Return Type

Object

47.1.1.4. Content Type

  • application/json

47.1.1.5. Responses

Table 47.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

47.1.1.6. Samples

47.1.2. GetNotifier

GET /v1/notifiers/{id}

GetNotifier returns the notifier configuration given its ID.

47.1.2.1. Description

47.1.2.2. Parameters

47.1.2.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 

47.1.2.3. Return Type

StorageNotifier

47.1.2.4. Content Type

  • application/json

47.1.2.5. Responses

Table 47.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNotifier

0

An unexpected error response.

GooglerpcStatus

47.1.2.6. Samples

47.1.3. GetNotifiers

GET /v1/notifiers

GetNotifiers returns all notifier configurations.

47.1.3.1. Description

47.1.3.2. Parameters

47.1.3.3. Return Type

V1GetNotifiersResponse

47.1.3.4. Content Type

  • application/json

47.1.3.5. Responses

Table 47.3. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetNotifiersResponse

0

An unexpected error response.

GooglerpcStatus

47.1.3.6. Samples

47.1.4. PostNotifier

POST /v1/notifiers

PostNotifier creates a notifier configuration.

47.1.4.1. Description

47.1.4.2. Parameters

47.1.4.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

StorageNotifier

X

  

47.1.4.3. Return Type

StorageNotifier

47.1.4.4. Content Type

  • application/json

47.1.4.5. Responses

Table 47.4. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNotifier

0

An unexpected error response.

GooglerpcStatus

47.1.4.6. Samples

47.1.5. PutNotifier

PUT /v1/notifiers/{id}

PutNotifier modifies a given notifier, without using stored credential reconciliation.

47.1.5.1. Description

47.1.5.2. Parameters

47.1.5.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 
47.1.5.2.2. Body Parameter
NameDescriptionRequiredDefaultPattern

body

NotifierServicePutNotifierBody

X

  

47.1.5.3. Return Type

Object

47.1.5.4. Content Type

  • application/json

47.1.5.5. Responses

Table 47.5. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

47.1.5.6. Samples

47.1.6. TestNotifier

POST /v1/notifiers/test

TestNotifier checks if a notifier is correctly configured.

47.1.6.1. Description

47.1.6.2. Parameters

47.1.6.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

StorageNotifier

X

  

47.1.6.3. Return Type

Object

47.1.6.4. Content Type

  • application/json

47.1.6.5. Responses

Table 47.6. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

47.1.6.6. Samples

47.1.7. TestUpdatedNotifier

POST /v1/notifiers/test/updated

TestUpdatedNotifier checks if the given notifier is correctly configured, with optional stored credential reconciliation.

47.1.7.1. Description

47.1.7.2. Parameters

47.1.7.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

V1UpdateNotifierRequest

X

  

47.1.7.3. Return Type

Object

47.1.7.4. Content Type

  • application/json

47.1.7.5. Responses

Table 47.7. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

47.1.7.6. Samples

47.1.8. UpdateNotifier

PATCH /v1/notifiers/{notifier.id}

UpdateNotifier modifies a given notifier, with optional stored credential reconciliation.

47.1.8.1. Description

47.1.8.2. Parameters

47.1.8.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

notifier.id

 

X

null

 
47.1.8.2.2. Body Parameter
NameDescriptionRequiredDefaultPattern

body

NotifierServiceUpdateNotifierBody

X

  

47.1.8.3. Return Type

Object

47.1.8.4. Content Type

  • application/json

47.1.8.5. Responses

Table 47.8. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

47.1.8.6. Samples

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat