Package version:

Interface WebActivity

Web activity.

Hierarchy

Properties

authentication?: WebActivityAuthentication

Authentication method used for calling the endpoint.

body?: any

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

The integration runtime reference.

datasets?: DatasetReference[]

List of datasets passed to web endpoint.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

headers?: any

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

linkedServiceName?: LinkedServiceReference

Linked service reference.

linkedServices?: LinkedServiceReference[]

List of linked services passed to web endpoint.

method: string

Rest API method for target endpoint.

name: string

Activity name.

Activity policy.

type: "WebActivity"

Polymorphic discriminator, which specifies the different types this object can be

url: any

Web activity target endpoint and path. Type: string (or Expression with resultType string).

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc