Fields' description and JSON of the Source Object.
Field | Type | Description |
---|---|---|
key | string Required | Identification key of the Source. |
name | string Required | Source custom name. |
description | string Required | Source custom description. |
type | string Required | Type of the Source (example: api ). |
subtype | string Required | 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. |
members | array 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. |