@@ -17,7 +17,7 @@ service Collector {
17
17
// Creates a new Collector with information of the plugin to use. Information of the plugin includes `version`, `provider`, and `upgrade_mode`.
18
18
rpc create (CreateCollectorRequest ) returns (CollectorInfo ) {
19
19
option (google.api.http ) = {
20
- post : "/inventory-v2/v2 /collector/create"
20
+ post : "/inventory-v2/v1 /collector/create"
21
21
body : "*"
22
22
};
23
23
}
@@ -302,11 +302,6 @@ message VerifyPluginRequest {
302
302
// "created_at": "2022-06-17T06:33:27.195Z",
303
303
// "domain_id": "domain-58010aa2e451",
304
304
// "provider": "aws",
305
- // "capability": {
306
- // "supported_schema": [
307
- // "aws_access_key"
308
- // ]
309
- // },
310
305
// "schedule": {
311
306
// "state": "ENABLED",
312
307
// "hours": [0, 6, 12, 18]
@@ -335,11 +330,10 @@ message CollectorInfo {
335
330
string collector_id = 1 ;
336
331
string name = 2 ;
337
332
string provider = 3 ;
338
- google.protobuf.Struct capability = 4 ;
339
- SecretFilter secret_filter = 5 ;
340
- PluginInfo plugin_info = 6 ;
341
- Scheduled schedule = 7 ;
342
- google.protobuf.Struct tags = 8 ;
333
+ SecretFilter secret_filter = 4 ;
334
+ PluginInfo plugin_info = 5 ;
335
+ Scheduled schedule = 6 ;
336
+ google.protobuf.Struct tags = 7 ;
343
337
344
338
ResourceGroup resource_group = 20 ;
345
339
string domain_id = 21 ;
@@ -381,11 +375,6 @@ message CollectorInfo {
381
375
// "created_at": "2022-06-17T06:33:27.195Z",
382
376
// "domain_id": "domain-58010aa2e451",
383
377
// "provider": "aws",
384
- // "capability": {
385
- // "supported_schema": [
386
- // "aws_access_key"
387
- // ]
388
- // },
389
378
// "schedule": {
390
379
// "state": "ENABLED",
391
380
// "hours": [0, 6, 12, 18]
@@ -427,11 +416,6 @@ message CollectorInfo {
427
416
// "created_at": "2022-06-17T06:33:27.195Z",
428
417
// "domain_id": "domain-58010aa2e451",
429
418
// "provider": "aws",
430
- // "capability": {
431
- // "supported_schema": [
432
- // "aws_access_key"
433
- // ]
434
- // },
435
419
// "schedule": {
436
420
// "state": "ENABLED",
437
421
// "hours": [0, 6, 12, 18]
0 commit comments