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
content_type ='application/json'# str | (default to application/json)
97
97
accept ='application/json'# str | (default to application/json)
98
-
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 )
98
+
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 )
99
99
filter='filter_example'# str | A filter to apply to the query. (optional)
100
100
x_org_id =''# str | (optional) (default to )
101
101
@@ -114,7 +114,7 @@ Name | Type | Description | Notes
114
114
**id** | **str**| |
115
115
**content_type** | **str**| | [default to application/json]
116
116
**accept** | **str**| | [default to application/json]
117
-
**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 ]
117
+
**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 ]
118
118
**filter** | **str**| A filter to apply to the query. | [optional]
content_type ='application/json'# str | (default to application/json)
160
160
accept ='application/json'# str | (default to application/json)
161
-
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 )
161
+
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 )
162
162
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
163
163
skip =0# int | The offset into the records to return. (optional) (default to 0)
164
164
sort =''# str | Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. (optional) (default to )
@@ -179,7 +179,7 @@ Name | Type | Description | Notes
**content_type** | **str**| | [default to application/json]
181
181
**accept** | **str**| | [default to application/json]
182
-
**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 ]
182
+
**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 ]
183
183
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
184
184
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
185
185
**sort** | **str**| Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. | [optional][default to ]
content_type ='application/json'# str | (default to application/json)
40
40
accept ='application/json'# str | (default to application/json)
41
-
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 )
41
+
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 )
42
42
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
43
43
skip =0# int | The offset into the records to return. (optional) (default to 0)
44
44
x_org_id =''# str | (optional) (default to )
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
58
58
**id** | **str**| |
59
59
**content_type** | **str**| | [default to application/json]
60
60
**accept** | **str**| | [default to application/json]
61
-
**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 ]
61
+
**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 ]
62
62
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
63
63
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
64
64
**x_org_id** | **str**| | [optional][default to ]
@@ -142,7 +142,7 @@ void (empty response body)
142
142
143
143
List an individual Command
144
144
145
-
This endpoint returns a specific command based on the command ID. #### Sample Request ``` curl -X GET https://console.jumpcloud.com/api/commands/{CommandID} \\ -H 'Accept: application/json' \\ -H 'Content-Type: application/json' \\ -H 'x-api-key: {API_KEY}' ```
145
+
This endpoint returns a specific command based on the command ID. #### Sample Request ``` curl -X GET https://console.jumpcloud.com/api/commands/{CommandID} \\ -H 'Accept: application/json' \\ -H 'Content-Type: application/json' \\ -H 'x-api-key: {API_KEY}' ```
content_type ='application/json'# str | (default to application/json)
165
165
accept ='application/json'# str | (default to application/json)
166
-
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 )
166
+
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 )
167
167
filter='filter_example'# str | A filter to apply to the query. (optional)
168
168
x_org_id =''# str | (optional) (default to )
169
169
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
182
182
**id** | **str**| |
183
183
**content_type** | **str**| | [default to application/json]
184
184
**accept** | **str**| | [default to application/json]
185
-
**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 ]
185
+
**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 ]
186
186
**filter** | **str**| A filter to apply to the query. | [optional]
content_type ='application/json'# str | (default to application/json)
228
228
accept ='application/json'# str | (default to application/json)
229
229
skip =0# int | The offset into the records to return. (optional) (default to 0)
230
-
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 )
230
+
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 )
231
231
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
232
232
sort =''# str | Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. (optional) (default to )
233
233
filter='filter_example'# str | A filter to apply to the query. (optional)
@@ -248,7 +248,7 @@ Name | Type | Description | Notes
248
248
**content_type** | **str**| | [default to application/json]
249
249
**accept** | **str**| | [default to application/json]
250
250
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
251
-
**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 ]
251
+
**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 ]
252
252
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
253
253
**sort** | **str**| Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending. | [optional][default to ]
254
254
**filter** | **str**| A filter to apply to the query. | [optional]
content_type ='application/json'# str | (default to application/json)
34
34
accept ='application/json'# str | (default to application/json)
35
-
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 )
35
+
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 )
36
36
filter='filter_example'# str | A filter to apply to the query. (optional)
37
37
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
38
38
skip =0# int | The offset into the records to return. (optional) (default to 0)
@@ -53,7 +53,7 @@ Name | Type | Description | Notes
**content_type** | **str**| | [default to application/json]
55
55
**accept** | **str**| | [default to application/json]
56
-
**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 ]
56
+
**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 ]
57
57
**filter** | **str**| A filter to apply to the query. | [optional]
58
58
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
59
59
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
content_type ='application/json'# str | (default to application/json)
36
36
accept ='application/json'# str | (default to application/json)
37
-
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 )
37
+
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 )
38
38
filter='filter_example'# str | A filter to apply to the query. (optional)
39
39
limit =10# int | The number of records to return at once. Limited to 100. (optional) (default to 10)
40
40
skip =0# int | The offset into the records to return. (optional) (default to 0)
@@ -55,7 +55,7 @@ Name | Type | Description | Notes
**content_type** | **str**| | [default to application/json]
57
57
**accept** | **str**| | [default to application/json]
58
-
**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 ]
58
+
**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 ]
59
59
**filter** | **str**| A filter to apply to the query. | [optional]
60
60
**limit** | **int**| The number of records to return at once. Limited to 100. | [optional][default to 10]
61
61
**skip** | **int**| The offset into the records to return. | [optional][default to 0]
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
143
143
Update Radius Servers
144
144
145
-
This endpoint allows you to update RADIUS servers in your organization. #### ``` curl -X PUT https://console.jumpcloud.com/api/radiusservers/{ServerID} \\ -H 'Accept: application/json' \\ -H 'Content-Type: application/json' \\ -H 'x-api-key: {API_KEY}' \\ -d '{ \"name\": \"{name_update}\", \"networkSourceIp\": \"{0.0.0.0}\" }' ```
145
+
This endpoint allows you to update RADIUS servers in your organization. #### ``` curl -X PUT https://console.jumpcloud.com/api/radiusservers/{ServerID} \\ -H 'Accept: application/json' \\ -H 'Content-Type: application/json' \\ -H 'x-api-key: {API_KEY}' \\ -d '{ \"name\": \"{name_update}\", \"networkSourceIp\": \"{0.0.0.0}\" }' ```
[[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