πŸ“– The Source Object

Fields' description and JSON of the Source Object.

Field

Type

Description

keystringRequired

Identification key of the Source.

namestringRequired

Source custom name.

descriptionstringRequired

Source custom description.

type stringRequired

Type of the Source (example: api).

subtype stringRequired

Subtype of the Source (example: http_api or php).

environment string

Environment of the Source (example: production, staging, or test)

private boolean

Turn to 1 to prevent other Workspace members from accessing the Source. Private=0 by default.

disable boolean

Turn to 1 to stop accepting Profiles into the Source. Disable=0 by default.

status boolean

Technical uptime monitoring of the Source.

archived_at datetime ISO 8601

Archive date of the Board. The value is null for unarchived Boards.

updated_at datetime ISO 8601

Last update date of the Source.

created_at datetime ISO 8601

Creation date of the Source.

membersarray of strings

List of Source members emails.

user

user

Creator of the Source.

sync_parsing int

Indicates whether real-time parsing is activated for the Source or not. By default, only asynchronous parsing is activated at creation of the Source.