Skip to content

Commit 301d42b

Browse files
committed
chore: 4.2.0 release
1 parent 8790af1 commit 301d42b

17 files changed

+716
-37
lines changed

docs/reference/api/load-time-series-data.api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Load time series data."
55
sidebar_label: "Load time series data."
66
hide_title: true
77
hide_table_of_contents: true
8-
api: {"parameters":[{"name":"timeseries","description":"The name of the time series.","in":"path","required":true,"schema":{"type":"string","example":"some_name"}}],"requestBody":{"description":"Parameters of the time series request.","content":{"application/json":{"schema":{"type":"object","properties":{"start":{"type":"string","format":"date-time","description":"The start of the time series. If not defined 7 days from now into the past."},"end":{"type":"string","format":"date-time","description":"The end of the time series. If not defined now."},"group":{"type":"array","items":{"type":"string"},"description":"Reduce the available groups to the set of defined ones."},"filter":{"type":"array","items":{"type":"string"},"description":"Filter available group members by predicate.\nOnly time series values with matching group criteria will be selected.\n","example":"group_var_foo == \"bla\""},"granularity":{"type":"string","format":"duration","description":"The granularity of the time series.\nThis can be either a duration or the number of items for the time window that is selected.\nThe granularity can not go below one hour.\nIt defaults to (end-start) / 20.\n"}}}}}},"tags":["timeseries"],"responses":{"400":{"description":"A required property is missing or the request can not be read.","content":{"text/plain":{"schema":{"type":"string"}}}},"default":{"description":"The time series data","content":{"application/json":{"schema":{"type":"object","additionalProperties":true},"example":"{\n \"time\": \"2021-01-01T00:00:00Z\",\n \"value\": 1\n}\n"}}}},"description":"Load time series data.","method":"post","path":"/timeseries/{timeseries}","servers":[{"url":"https://{host}:{port}","variables":{"host":{"default":"localhost"},"port":{"default":"8900"}}}],"jsonRequestBodyExample":{"start":"2024-12-05T16:52:09.277Z","end":"2024-12-05T16:52:09.277Z","group":["string"],"filter":"group_var_foo == \"bla\"","granularity":"string"},"info":{"title":"Fix Inventory Core REST API","version":"V1"},"postman":{"name":"Load time series data.","description":{"type":"text/plain"},"url":{"path":["timeseries",":timeseries"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The name of the time series.","type":"text/plain"},"type":"any","value":"","key":"timeseries"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}}
8+
api: {"parameters":[{"name":"timeseries","description":"The name of the time series.","in":"path","required":true,"schema":{"type":"string","example":"some_name"}}],"requestBody":{"description":"Parameters of the time series request.","content":{"application/json":{"schema":{"type":"object","properties":{"start":{"type":"string","format":"date-time","description":"The start of the time series. If not defined 7 days from now into the past."},"end":{"type":"string","format":"date-time","description":"The end of the time series. If not defined now."},"group":{"type":"array","items":{"type":"string"},"description":"Reduce the available groups to the set of defined ones."},"filter":{"type":"array","items":{"type":"string"},"description":"Filter available group members by predicate.\nOnly time series values with matching group criteria will be selected.\n","example":"group_var_foo == \"bla\""},"granularity":{"type":"string","format":"duration","description":"The granularity of the time series.\nThis can be either a duration or the number of items for the time window that is selected.\nThe granularity can not go below one hour.\nIt defaults to (end-start) / 20.\n"}}}}}},"tags":["timeseries"],"responses":{"400":{"description":"A required property is missing or the request can not be read.","content":{"text/plain":{"schema":{"type":"string"}}}},"default":{"description":"The time series data","content":{"application/json":{"schema":{"type":"object","additionalProperties":true},"example":"{\n \"time\": \"2021-01-01T00:00:00Z\",\n \"value\": 1\n}\n"}}}},"description":"Load time series data.","method":"post","path":"/timeseries/{timeseries}","servers":[{"url":"https://{host}:{port}","variables":{"host":{"default":"localhost"},"port":{"default":"8900"}}}],"jsonRequestBodyExample":{"start":"2024-12-05T17:24:43.057Z","end":"2024-12-05T17:24:43.057Z","group":["string"],"filter":"group_var_foo == \"bla\"","granularity":"string"},"info":{"title":"Fix Inventory Core REST API","version":"V1"},"postman":{"name":"Load time series data.","description":{"type":"text/plain"},"url":{"path":["timeseries",":timeseries"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) The name of the time series.","type":"text/plain"},"type":"any","value":"","key":"timeseries"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}}
99
sidebar_class_name: "post api-method"
1010
info_path: reference/api/fix-inventory-core-rest-api
1111
custom_edit_url: null

iam/aws/4.X/FixCollect.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"athena:ListTagsForResource",
1515
"athena:ListWorkGroups",
1616
"autoscaling:DescribeAutoScalingGroups",
17+
"backup:GetBackupVaultAccessPolicy",
1718
"backup:ListBackupJobs",
1819
"backup:ListBackupPlans",
1920
"backup:ListBackupVaults",
@@ -26,6 +27,27 @@
2627
"backup:ListRestoreJobs",
2728
"backup:ListRestoreTestingPlans",
2829
"backup:ListTags",
30+
"bedrock-agent:GetAgent",
31+
"bedrock-agent:GetFlow",
32+
"bedrock-agent:GetFlowVersion",
33+
"bedrock-agent:GetKnowledgeBase",
34+
"bedrock-agent:GetPrompt",
35+
"bedrock-agent:ListAgents",
36+
"bedrock-agent:ListFlows",
37+
"bedrock-agent:ListKnowledgeBases",
38+
"bedrock-agent:ListPrompts",
39+
"bedrock-agent:ListTagsForResource",
40+
"bedrock:GetCustomModel",
41+
"bedrock:GetEvaluationJob",
42+
"bedrock:GetGuardrail",
43+
"bedrock:GetModelCustomizationJob",
44+
"bedrock:ListCustomModels",
45+
"bedrock:ListEvaluationJobs",
46+
"bedrock:ListFoundationModels",
47+
"bedrock:ListGuardrails",
48+
"bedrock:ListModelCustomizationJobs",
49+
"bedrock:ListProvisionedModelThroughputs",
50+
"bedrock:ListTagsForResource",
2951
"cloudformation:DescribeStacks",
3052
"cloudformation:ListStackInstances",
3153
"cloudformation:ListStackResources",
@@ -51,6 +73,7 @@
5173
"cloudtrail:ListTags",
5274
"cloudtrail:ListTrails",
5375
"cloudwatch:DescribeAlarms",
76+
"cloudwatch:DescribeResourcePolicies",
5477
"cloudwatch:GetMetricData",
5578
"cognito-idp:ListGroups",
5679
"cognito-idp:ListTagsForResource",
@@ -61,6 +84,7 @@
6184
"dynamodb:DescribeContinuousBackups",
6285
"dynamodb:DescribeGlobalTable",
6386
"dynamodb:DescribeTable",
87+
"dynamodb:GetResourcePolicy",
6488
"dynamodb:ListGlobalTables",
6589
"dynamodb:ListTables",
6690
"dynamodb:ListTagsOfResource",
@@ -89,6 +113,7 @@
89113
"ecr-public:DescribeRepositories",
90114
"ecr:DescribeRepositories",
91115
"ecr:GetLifecyclePolicy",
116+
"ecr:GetRepositoryPolicy",
92117
"ecs:DescribeCapacityProviders",
93118
"ecs:DescribeClusters",
94119
"ecs:DescribeContainerInstances",
@@ -134,7 +159,9 @@
134159
"iam:ListAccountAliases",
135160
"iam:ListInstanceProfiles",
136161
"iam:ListServerCertificates",
162+
"inspector2:ListFindings",
137163
"kinesis:DescribeStream",
164+
"kinesis:GetResourcePolicy",
138165
"kinesis:ListStreams",
139166
"kinesis:ListTagsForStream",
140167
"kms:DescribeKey",
@@ -152,6 +179,20 @@
152179
"opensearch:ListDomainNames",
153180
"organizations:ListAccounts",
154181
"pricing:GetProducts",
182+
"qapps:ListLibraryItems",
183+
"qapps:ListQApps",
184+
"qapps:ListTagsForResource",
185+
"qbusiness:ListApplications",
186+
"qbusiness:ListConversations",
187+
"qbusiness:ListDataSourceSyncJobs",
188+
"qbusiness:ListDataSources",
189+
"qbusiness:ListDocuments",
190+
"qbusiness:ListIndices",
191+
"qbusiness:ListMessages",
192+
"qbusiness:ListPlugins",
193+
"qbusiness:ListRetrievers",
194+
"qbusiness:ListTagsForResource",
195+
"qbusiness:ListWebExperiences",
155196
"rds:DescribeDbClusterSnapshots",
156197
"rds:DescribeDbClusters",
157198
"rds:DescribeDbInstances",
@@ -164,6 +205,7 @@
164205
"route53:ListTagsForResource",
165206
"s3:GetAccountPublicAccessBlock",
166207
"s3:GetBucketAcl",
208+
"s3:GetBucketLifecycleConfiguration",
167209
"s3:GetBucketLocation",
168210
"s3:GetBucketLogging",
169211
"s3:GetBucketPolicy",
@@ -213,6 +255,7 @@
213255
"sagemaker:ListTrials",
214256
"sagemaker:ListUserProfiles",
215257
"sagemaker:ListWorkteams",
258+
"secretsmanager:GetResourcePolicy",
216259
"secretsmanager:ListSecrets",
217260
"servicequotas:ListServiceQuotas",
218261
"sns:GetPlatformApplicationAttributes",
@@ -229,6 +272,7 @@
229272
"ssm:DescribeDocument",
230273
"ssm:DescribeInstanceInformation",
231274
"ssm:GetDocument",
275+
"ssm:ListComplianceItems",
232276
"ssm:ListDocuments",
233277
"ssm:ListResourceComplianceSummaries",
234278
"wafv2:GetLoggingConfiguration",

iam/aws/4.X/FixMutate.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
"backup:DeleteRestoreTestingPlan",
2525
"backup:TagResource",
2626
"backup:UntagResource",
27+
"bedrock-agent:DeleteAgent",
28+
"bedrock-agent:DeleteFlow",
29+
"bedrock-agent:DeleteFlowVersion",
30+
"bedrock-agent:DeleteKnowledgeBase",
31+
"bedrock-agent:DeletePrompt",
32+
"bedrock-agent:TagResource",
33+
"bedrock-agent:UntagResource",
34+
"bedrock:DeleteCustomModel",
35+
"bedrock:DeleteGuardrail",
36+
"bedrock:DeleteProvisionedModelThroughput",
37+
"bedrock:TagResource",
38+
"bedrock:UntagResource",
2739
"cloudformation:DeleteStack",
2840
"cloudformation:DeleteStackSet",
2941
"cloudformation:UpdateStack",
@@ -155,6 +167,18 @@
155167
"logs:DeleteLogGroup",
156168
"logs:TagResource",
157169
"logs:UntagResource",
170+
"qapps:DeleteLibraryItem",
171+
"qapps:DeleteQApp",
172+
"qapps:TagResource",
173+
"qapps:UntagResource",
174+
"qbusiness:DeleteApplication",
175+
"qbusiness:DeleteDataSource",
176+
"qbusiness:DeleteIndex",
177+
"qbusiness:DeletePlugin",
178+
"qbusiness:DeleteRetriever",
179+
"qbusiness:DeleteWebExperience",
180+
"qbusiness:TagResource",
181+
"qbusiness:UntagResource",
158182
"rds:AddTagsToResource",
159183
"rds:DeleteDbCluster",
160184
"rds:DeleteDbInstance",

iam/gcp/4.X/fix_access.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
"description": "Permissions required to collect resources.",
44
"stage": "GA",
55
"includedPermissions": [
6+
"aiplatform.projects.locations.batchPredictionJobs.list",
7+
"aiplatform.projects.locations.customJobs.list",
8+
"aiplatform.projects.locations.datasets.list",
9+
"aiplatform.projects.locations.endpoints.list",
10+
"aiplatform.projects.locations.featureGroups.list",
11+
"aiplatform.projects.locations.featurestores.list",
12+
"aiplatform.projects.locations.hyperparameterTuningJobs.list",
13+
"aiplatform.projects.locations.indexEndpoints.list",
14+
"aiplatform.projects.locations.indexes.list",
15+
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.list",
16+
"aiplatform.projects.locations.models.list",
17+
"aiplatform.projects.locations.pipelineJobs.list",
18+
"aiplatform.projects.locations.schedules.list",
19+
"aiplatform.projects.locations.tensorboards.list",
20+
"aiplatform.projects.locations.trainingPipelines.list",
21+
"aiplatform.projects.locations.tuningJobs.list",
22+
"cloudfunctions.projects.locations.functions.list",
623
"cloudsql.backupRuns.list",
724
"cloudsql.databases.list",
825
"cloudsql.instances.get",
@@ -33,14 +50,12 @@
3350
"compute.interconnects.list",
3451
"compute.licenses.list",
3552
"compute.machineImages.list",
36-
"compute.machineTypes.get",
3753
"compute.machineTypes.list",
3854
"compute.networkEdgeSecurityServices.list",
3955
"compute.networkEndpointGroups.list",
4056
"compute.networks.list",
4157
"compute.nodeGroups.list",
4258
"compute.nodeTemplates.list",
43-
"compute.nodeTypes.list",
4459
"compute.packetMirrorings.list",
4560
"compute.publicAdvertisedPrefixes.list",
4661
"compute.publicDelegatedPrefixes.list",
@@ -68,6 +83,16 @@
6883
"compute.vpnTunnels.list",
6984
"container.clusters.list",
7085
"container.operations.list",
86+
"file.projects.locations.backups.list",
87+
"file.projects.locations.instances.list",
88+
"file.projects.locations.instances.snapshots.list",
89+
"firestore.projects.databases.documents.list",
90+
"firestore.projects.databases.list",
91+
"firestore.projects.locations.backups.list",
92+
"pubsub.projects.snapshots.list",
93+
"pubsub.projects.subscriptions.list",
94+
"pubsub.projects.topics.list",
95+
"securitycenter.projects.sources.findings.list",
7196
"storage.buckets.list"
7297
]
7398
}

iam/gcp/4.X/fix_mutate.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
"description": "Permissions required to mutate resources.",
44
"stage": "GA",
55
"includedPermissions": [
6+
"aiplatform.projects.locations.batchPredictionJobs.delete",
7+
"aiplatform.projects.locations.batchPredictionJobs.setLabels",
8+
"aiplatform.projects.locations.customJobs.delete",
9+
"aiplatform.projects.locations.customJobs.setLabels",
10+
"aiplatform.projects.locations.datasets.delete",
11+
"aiplatform.projects.locations.datasets.setLabels",
12+
"aiplatform.projects.locations.endpoints.delete",
13+
"aiplatform.projects.locations.endpoints.setLabels",
14+
"aiplatform.projects.locations.featureGroups.delete",
15+
"aiplatform.projects.locations.featureGroups.setLabels",
16+
"aiplatform.projects.locations.featurestores.delete",
17+
"aiplatform.projects.locations.featurestores.setLabels",
18+
"aiplatform.projects.locations.hyperparameterTuningJobs.delete",
19+
"aiplatform.projects.locations.hyperparameterTuningJobs.setLabels",
20+
"aiplatform.projects.locations.indexEndpoints.delete",
21+
"aiplatform.projects.locations.indexEndpoints.setLabels",
22+
"aiplatform.projects.locations.indexes.delete",
23+
"aiplatform.projects.locations.indexes.setLabels",
24+
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.delete",
25+
"aiplatform.projects.locations.modelDeploymentMonitoringJobs.setLabels",
26+
"aiplatform.projects.locations.models.delete",
27+
"aiplatform.projects.locations.models.setLabels",
28+
"aiplatform.projects.locations.pipelineJobs.delete",
29+
"aiplatform.projects.locations.pipelineJobs.setLabels",
30+
"aiplatform.projects.locations.schedules.delete",
31+
"aiplatform.projects.locations.schedules.setLabels",
32+
"aiplatform.projects.locations.tensorboards.delete",
33+
"aiplatform.projects.locations.tensorboards.setLabels",
34+
"aiplatform.projects.locations.trainingPipelines.delete",
35+
"aiplatform.projects.locations.trainingPipelines.setLabels",
36+
"aiplatform.projects.locations.tuningJobs.delete",
37+
"aiplatform.projects.locations.tuningJobs.setLabels",
38+
"cloudfunctions.projects.locations.functions.delete",
39+
"cloudfunctions.projects.locations.functions.setLabels",
640
"cloudsql.instances.delete",
741
"cloudsql.instances.update",
842
"compute.addresses.delete",
@@ -92,6 +126,22 @@
92126
"compute.vpnTunnels.delete",
93127
"container.clusters.delete",
94128
"container.clusters.update",
129+
"file.projects.locations.backups.delete",
130+
"file.projects.locations.backups.setLabels",
131+
"file.projects.locations.instances.delete",
132+
"file.projects.locations.instances.setLabels",
133+
"firestore.projects.databases.delete",
134+
"firestore.projects.databases.setLabels",
135+
"firestore.projects.locations.backups.delete",
136+
"firestore.projects.locations.backups.setLabels",
137+
"pubsub.projects.snapshots.delete",
138+
"pubsub.projects.snapshots.setLabels",
139+
"pubsub.projects.subscriptions.delete",
140+
"pubsub.projects.subscriptions.setLabels",
141+
"pubsub.projects.topics.delete",
142+
"pubsub.projects.topics.setLabels",
143+
"securitycenter.projects.sources.findings.delete",
144+
"securitycenter.projects.sources.findings.setLabels",
95145
"storage.buckets.delete",
96146
"storage.buckets.update"
97147
]

latestRelease.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "4.X": "4.1.0" }
1+
{ "4.X": "4.2.0" }

0 commit comments

Comments
 (0)