|
15 | 15 | - Host (Worker or Edge Node) context: /api/v1/w/{nodeId} |
16 | 16 |
|
17 | 17 | - Search context: /api/v1/m/default_search |
18 | | - version: 4.18.0-alpha.1774393403184-de48d82e |
| 18 | + version: 4.18.0-alpha.1774479808928-10da8442 |
19 | 19 | contact: |
20 | 20 | name: Support |
21 | 21 | url: https://portal.support.cribl.io |
@@ -21397,6 +21397,7 @@ components: |
21397 | 21397 | - cronSchedule |
21398 | 21398 | - earliest |
21399 | 21399 | - latest |
| 21400 | + - tableName |
21400 | 21401 | properties: |
21401 | 21402 | id: |
21402 | 21403 | type: string |
@@ -21442,6 +21443,34 @@ components: |
21442 | 21443 | type: string |
21443 | 21444 | title: Instance URL |
21444 | 21445 | description: ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL. |
| 21446 | + tableName: |
| 21447 | + type: string |
| 21448 | + title: Table name |
| 21449 | + description: ServiceNow table name to collect from. |
| 21450 | + fields: |
| 21451 | + type: array |
| 21452 | + title: Fields |
| 21453 | + description: Field names to return from the Table API (sysparm_fields). Leave empty to return all fields. |
| 21454 | + items: |
| 21455 | + type: string |
| 21456 | + displayValue: |
| 21457 | + type: string |
| 21458 | + title: Display value |
| 21459 | + description: ServiceNow reference field display mode. Allows raw values, display values, or both (sysparm_display_value). |
| 21460 | + enum: |
| 21461 | + - "false" |
| 21462 | + - "true" |
| 21463 | + - all |
| 21464 | + x-speakeasy-enum-descriptions: |
| 21465 | + - Raw |
| 21466 | + - Display |
| 21467 | + - All |
| 21468 | + x-speakeasy-unknown-values: allow |
| 21469 | + pageSize: |
| 21470 | + type: integer |
| 21471 | + title: Page size |
| 21472 | + description: Maximum records per Table API page request (sysparm_limit). Setting a higher value may increase the risk of timeouts. |
| 21473 | + minimum: 1 |
21445 | 21474 | rejectUnauthorized: |
21446 | 21475 | type: boolean |
21447 | 21476 | title: Reject unauthorized certificates |
@@ -22541,6 +22570,7 @@ components: |
22541 | 22570 | reason: |
22542 | 22571 | type: object |
22543 | 22572 | additionalProperties: true |
| 22573 | + description: Reason the job entered its current <code>state</code>, typically populated upon failure. |
22544 | 22574 | state: |
22545 | 22575 | type: integer |
22546 | 22576 | description: State of the Job |
@@ -22569,26 +22599,33 @@ components: |
22569 | 22599 | x-speakeasy-unknown-values: allow |
22570 | 22600 | required: |
22571 | 22601 | - state |
| 22602 | + description: Status of a job, including its current state and failure reason. |
22572 | 22603 | JobInfo: |
22573 | 22604 | type: object |
22574 | 22605 | properties: |
22575 | 22606 | args: |
22576 | 22607 | $ref: "#/components/schemas/RunnableJob" |
| 22608 | + description: Configuration and run settings used to launch the job. |
22577 | 22609 | id: |
22578 | 22610 | type: string |
| 22611 | + description: Unique identifier for the job. |
22579 | 22612 | keep: |
22580 | 22613 | type: boolean |
| 22614 | + description: If <code>true</code>, retain the job and its artifacts instead of deleting according to the time-to-live or retention policy. The job persists until it is manually deleted. |
22581 | 22615 | stats: |
22582 | 22616 | type: object |
22583 | 22617 | additionalProperties: |
22584 | 22618 | $ref: "#/components/schemas/AdditionalPropertiesTypeJobInfoStats" |
| 22619 | + description: Counters and metrics collected during job execution. |
22585 | 22620 | status: |
22586 | 22621 | $ref: "#/components/schemas/JobStatus" |
| 22622 | + description: Status of the job. |
22587 | 22623 | required: |
22588 | 22624 | - args |
22589 | 22625 | - id |
22590 | 22626 | - stats |
22591 | 22627 | - status |
| 22628 | + description: Detailed information about a job, including its configuration, status, and statistics. |
22592 | 22629 | SourceType: |
22593 | 22630 | type: array |
22594 | 22631 | items: |
@@ -37817,10 +37854,10 @@ components: |
37817 | 37854 | items: |
37818 | 37855 | type: object |
37819 | 37856 | additionalProperties: true |
37820 | | - description: Array of sample events for the Destination. |
| 37857 | + description: Array of sample events returned from a Destination test. |
37821 | 37858 | required: |
37822 | 37859 | - events |
37823 | | - description: Sample event data returned for a Destination. |
| 37860 | + description: Sample events from a Destination. |
37824 | 37861 | CountedOutputTestResponse: |
37825 | 37862 | type: object |
37826 | 37863 | properties: |
@@ -37864,6 +37901,7 @@ components: |
37864 | 37901 | description: Array of event objects to send to the Destination for testing. |
37865 | 37902 | required: |
37866 | 37903 | - events |
| 37904 | + description: Request body for testing a Destination by sending sample events. |
37867 | 37905 | CountedPipeline: |
37868 | 37906 | type: object |
37869 | 37907 | properties: |
@@ -43904,6 +43942,13 @@ components: |
43904 | 43942 | id: servicenow-table-source |
43905 | 43943 | type: servicenow_table |
43906 | 43944 | instance: https://example.service-now.com |
| 43945 | + tableName: incident |
| 43946 | + fields: |
| 43947 | + - sys_id |
| 43948 | + - number |
| 43949 | + - short_description |
| 43950 | + displayValue: "false" |
| 43951 | + pageSize: 10000 |
43907 | 43952 | cronSchedule: 0 * * * * |
43908 | 43953 | earliest: -1d |
43909 | 43954 | latest: now |
|
0 commit comments