You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**command** | **str** | The command to execute on the server. |
8
+
**command_type** | **str** | The Command OS | [optional]
9
+
**command_runners** | **list[str]** | an array of IDs of the Command Runner Users that can execute this command. | [optional]
8
10
**user** | **str** | The ID of the system user to run the command as. |
11
+
**sudo** | **bool** | | [optional]
9
12
**systems** | **list[str]** | An array of system IDs to run the command on. Not available if you are using Groups. | [optional]
13
+
**launch_type** | **str** | How the command will execute. | [optional]
14
+
**listens_to** | **str** | | [optional]
15
+
**schedule_repeat_type** | **str** | When the command will repeat. | [optional]
10
16
**schedule** | **str** | A crontab that consists of: [ (seconds) (minutes) (hours) (days of month) (months) (weekdays) ] or [ immediate ]. If you send this as an empty string, it will run immediately. | [optional]
11
17
**files** | **list[str]** | An array of file IDs to include with the command. | [optional]
12
-
**tags** | **list[str]** | An array of tag IDs to run the command on. Not available if you are using Groups. | [optional]
13
18
**timeout** | **str** | The time in seconds to allow the command to run for. | [optional]
19
+
**organization** | **str** | The ID of the organization. | [optional]
14
20
15
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: jcapiv1/docs/CommandResultsApi.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Name | Type | Description | Notes
67
67
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
content_type ='application/json'# str | (default to application/json)
93
93
accept ='application/json'# str | (default to application/json)
94
94
fields =''# str | Use a space seperated string of field parameters to include the data in the response. If omitted the default list of fields will be returned. (optional) (default to )
95
-
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
96
-
skip =0# int | The offset into the records to return. (optional) (default to 0)
97
-
sort =''# str | Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. (optional) (default to )
print("Exception when calling CommandResultsApi->command_results_get: %s\n"% e)
@@ -112,9 +109,6 @@ Name | Type | Description | Notes
112
109
**content_type** | **str**| | [default to application/json]
113
110
**accept** | **str**| | [default to application/json]
114
111
**fields** | **str**| Use a space seperated string of field parameters to include the data in the response. If omitted the default list of fields will be returned. | [optional][default to ]
115
-
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
116
-
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
117
-
**sort** | **str**| Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. | [optional][default to ]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**destination** | **str** | the location where the file willl be stored. | [optional]
8
+
**id** | **str** | The ID of the file. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**id** | **str** | The ID of the command. | [optional]
19
20
20
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: jcapiv1/docs/CommandsApi.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ void (empty response body)
132
132
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
content_type ='application/json'# str | (default to application/json)
158
158
accept ='application/json'# str | (default to application/json)
159
159
fields =''# str | Use a space seperated string of field parameters to include the data in the response. If omitted the default list of fields will be returned. (optional) (default to )
160
-
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
161
-
skip =0# int | The offset into the records to return. (optional) (default to 0)
162
-
sort =''# str | Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. (optional) (default to )
print("Exception when calling CommandsApi->commands_get: %s\n"% e)
@@ -177,9 +174,6 @@ Name | Type | Description | Notes
177
174
**content_type** | **str**| | [default to application/json]
178
175
**accept** | **str**| | [default to application/json]
179
176
**fields** | **str**| Use a space seperated string of field parameters to include the data in the response. If omitted the default list of fields will be returned. | [optional][default to ]
180
-
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
181
-
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
182
-
**sort** | **str**| Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. | [optional][default to ]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**name** | **str** | The name of the Command. | [optional]
7
+
**command** | **str** | The Command to execute. | [optional]
8
+
**command_type** | **str** | The Command OS. | [optional]
9
+
**launch_type** | **str** | How the Command is excecuted. | [optional]
10
+
**listens_to** | **str** | | [optional]
11
+
**schedule** | **str** | A crontab that consists of: [ (seconds) (minutes) (hours) (days of month) (months) (weekdays) ] or [ immediate ]. If you send this as an empty string, it will run immediately. | [optional]
12
+
**trigger** | **str** | trigger to execute command. | [optional]
13
+
**schedule_repeat_type** | **str** | When the command will repeat. | [optional]
14
+
**organization** | **str** | The ID of the Organization. | [optional]
15
+
**id** | **str** | The ID of the command. | [optional]
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments