@@ -50,8 +50,8 @@ configuration = quantcdn.Configuration(
5050with quantcdn.ApiClient(configuration) as api_client:
5151 # Create an instance of the API class
5252 api_instance = quantcdn.CrawlersApi(api_client)
53- organization = ' organization_example ' # str | Organization identifier
54- project = ' project_example ' # str | Project identifier
53+ organization = ' test-org ' # str | Organization identifier
54+ project = ' test-project ' # str | Project identifier
5555 v2_crawler_request = quantcdn.V2CrawlerRequest() # V2CrawlerRequest |
5656
5757 try :
@@ -131,9 +131,9 @@ configuration = quantcdn.Configuration(
131131with quantcdn.ApiClient(configuration) as api_client:
132132 # Create an instance of the API class
133133 api_instance = quantcdn.CrawlersApi(api_client)
134- organization = ' organization_example ' # str | Organization identifier
135- project = ' project_example ' # str | Project identifier
136- crawler = ' crawler_example ' # str |
134+ organization = ' test-org ' # str | Organization identifier
135+ project = ' test-project ' # str | Project identifier
136+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | The UUID of the crawler
137137
138138 try :
139139 # Delete a crawler
@@ -151,7 +151,7 @@ Name | Type | Description | Notes
151151------------- | ------------- | ------------- | -------------
152152 ** organization** | ** str** | Organization identifier |
153153 ** project** | ** str** | Project identifier |
154- ** crawler** | ** str** | |
154+ ** crawler** | ** str** | The UUID of the crawler |
155155
156156### Return type
157157
@@ -211,10 +211,10 @@ configuration = quantcdn.Configuration(
211211with quantcdn.ApiClient(configuration) as api_client:
212212 # Create an instance of the API class
213213 api_instance = quantcdn.CrawlersApi(api_client)
214- organization = ' organization_example ' # str | Organization identifier
215- project = ' project_example ' # str | Project identifier
216- crawler = ' crawler_example ' # str | Crawler identifier
217- run_id = 56 # int | Run identifier
214+ organization = ' test-org ' # str | Organization identifier
215+ project = ' test-project ' # str | Project identifier
216+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | Crawler identifier
217+ run_id = 1 # int | Run identifier
218218
219219 try :
220220 # Get a run by ID
@@ -297,9 +297,9 @@ configuration = quantcdn.Configuration(
297297with quantcdn.ApiClient(configuration) as api_client:
298298 # Create an instance of the API class
299299 api_instance = quantcdn.CrawlersApi(api_client)
300- organization = ' organization_example ' # str | Organization identifier
301- project = ' project_example ' # str | Project identifier
302- crawler = ' crawler_example ' # str | Crawler identifier
300+ organization = ' test-org ' # str | Organization identifier
301+ project = ' test-project ' # str | Project identifier
302+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | Crawler identifier
303303
304304 try :
305305 # Get all runs for a crawler
@@ -347,7 +347,7 @@ Name | Type | Description | Notes
347347[[ 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 )
348348
349349# ** crawlers_list**
350- > List [ V2Crawler ] crawlers_list(organization, project)
350+ > crawlers_list(organization, project)
351351
352352List crawlers for the project
353353
@@ -357,7 +357,6 @@ List crawlers for the project
357357
358358``` python
359359import quantcdn
360- from quantcdn.models.v2_crawler import V2Crawler
361360from quantcdn.rest import ApiException
362361from pprint import pprint
363362
@@ -381,14 +380,12 @@ configuration = quantcdn.Configuration(
381380with quantcdn.ApiClient(configuration) as api_client:
382381 # Create an instance of the API class
383382 api_instance = quantcdn.CrawlersApi(api_client)
384- organization = ' organization_example ' # str | Organization identifier
385- project = ' project_example ' # str | Project identifier
383+ organization = ' test-org ' # str | Organization identifier
384+ project = ' test-project ' # str | Project identifier
386385
387386 try :
388387 # List crawlers for the project
389- api_response = api_instance.crawlers_list(organization, project)
390- print (" The response of CrawlersApi->crawlers_list:\n " )
391- pprint(api_response)
388+ api_instance.crawlers_list(organization, project)
392389 except Exception as e:
393390 print (" Exception when calling CrawlersApi->crawlers_list: %s \n " % e)
394391```
@@ -405,7 +402,7 @@ Name | Type | Description | Notes
405402
406403### Return type
407404
408- [ ** List [ V2Crawler ] ** ] ( V2Crawler.md )
405+ void (empty response body )
409406
410407### Authorization
411408
@@ -420,7 +417,6 @@ Name | Type | Description | Notes
420417
421418| Status code | Description | Response headers |
422419| -------------| -------------| ------------------|
423- ** 200** | The request has succeeded. | - |
424420** 400** | The server could not understand the request due to invalid syntax. | - |
425421** 403** | Access is forbidden. | - |
426422
@@ -461,9 +457,9 @@ configuration = quantcdn.Configuration(
461457with quantcdn.ApiClient(configuration) as api_client:
462458 # Create an instance of the API class
463459 api_instance = quantcdn.CrawlersApi(api_client)
464- organization = ' organization_example ' # str | Organization identifier
465- project = ' project_example ' # str | Project identifier
466- crawler = ' crawler_example ' # str |
460+ organization = ' test-org ' # str | Organization identifier
461+ project = ' test-project ' # str | Project identifier
462+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | The UUID of the crawler
467463
468464 try :
469465 # Get details of a single crawler
@@ -483,7 +479,7 @@ Name | Type | Description | Notes
483479------------- | ------------- | ------------- | -------------
484480 ** organization** | ** str** | Organization identifier |
485481 ** project** | ** str** | Project identifier |
486- ** crawler** | ** str** | |
482+ ** crawler** | ** str** | The UUID of the crawler |
487483
488484### Return type
489485
@@ -544,9 +540,9 @@ configuration = quantcdn.Configuration(
544540with quantcdn.ApiClient(configuration) as api_client:
545541 # Create an instance of the API class
546542 api_instance = quantcdn.CrawlersApi(api_client)
547- organization = ' organization_example ' # str | Organization identifier
548- project = ' project_example ' # str | Project identifier
549- crawler = ' crawler_example ' # str | Crawler identifier
543+ organization = ' test-org ' # str | Organization identifier
544+ project = ' test-project ' # str | Project identifier
545+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | Crawler identifier
550546 crawlers_run_request = quantcdn.CrawlersRunRequest() # CrawlersRunRequest |
551547
552548 try :
@@ -631,9 +627,9 @@ configuration = quantcdn.Configuration(
631627with quantcdn.ApiClient(configuration) as api_client:
632628 # Create an instance of the API class
633629 api_instance = quantcdn.CrawlersApi(api_client)
634- organization = ' organization_example ' # str | Organization identifier
635- project = ' project_example ' # str | Project identifier
636- crawler = ' crawler_example ' # str |
630+ organization = ' test-org ' # str | Organization identifier
631+ project = ' test-project ' # str | Project identifier
632+ crawler = ' 00000000-0000-0000-0000-000000000000 ' # str | The UUID of the crawler
637633 v2_crawler_request = quantcdn.V2CrawlerRequest() # V2CrawlerRequest |
638634
639635 try :
@@ -654,7 +650,7 @@ Name | Type | Description | Notes
654650------------- | ------------- | ------------- | -------------
655651 ** organization** | ** str** | Organization identifier |
656652 ** project** | ** str** | Project identifier |
657- ** crawler** | ** str** | |
653+ ** crawler** | ** str** | The UUID of the crawler |
658654 ** v2_crawler_request** | [ ** V2CrawlerRequest** ] ( V2CrawlerRequest.md ) | |
659655
660656### Return type
0 commit comments