Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents

...


 Description

URI

http://host_name/uc/resources/webhook/list

HTTP Method

GET

Description

List webhook registrations.

Example URI

http://localhost:8080/uc/resources/webhook/list?webhookname=

http://localhost:8080/uc/resources/webhook/list?action=

http://localhost:8080/uc/resources/webhook/list?description=

Authentication

HTTP Basic

Produces Content-Type

application/xml, application/json

Consumes Content-Type

n/a

Example Responses

List Webhook: XML and JSON Examples.

...

Property

UI Field Name

Description

Specifications

Required

webhookname

Name 

Name used within the Controller to identify this webhook.

String; URI parameter.

N

description

Description

User-defined; description of this record.

String; URI parameter.

N

action

 Action

Type of Action.

String; URI parameter.

N

businessServices

 Member of Business Services

Business Services that this record belongs to. 

String; URI parameter.

N

event

 Event

event Event name.

String; URI parameter.

N

taskname

 Task

task Task name.

String; URI parameter.

N

List Webhooks: Example Response

...


 Description

URI

http://host_name/uc/resources/webhook

HTTP Method

GET

Description

Read webhook registration.

Example URI

http://localhost:8080/uc/resources/webhook?webhookid=

http://localhost:8080/uc/resources/webhook?webhookname=

Authentication

HTTP Basic

Produces Content-Type

n/aapplication/xml, application/json

Consumes Content-Type

application/xml, application/jsonn/a

Example Responses

See Read a Webhook: Example Response, below. 

...