Skip to content

Commit 6415f25

Browse files
authored
chore: update edge documentation (#215)
1 parent 2a59215 commit 6415f25

File tree

4 files changed

+63
-2
lines changed

4 files changed

+63
-2
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-08-02T11:57:08.095Z","end":"2024-08-02T11:57:08.095Z","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-09-18T15:32:44.669Z","end":"2024-09-18T15:32:44.669Z","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/edge/FixCollect.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,28 @@
2626
"backup:ListRestoreJobs",
2727
"backup:ListRestoreTestingPlans",
2828
"backup:ListTags",
29+
"bedrock-agent:GetAgent",
30+
"bedrock-agent:GetAgentVersion",
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",
@@ -152,6 +174,20 @@
152174
"opensearch:ListDomainNames",
153175
"organizations:ListAccounts",
154176
"pricing:GetProducts",
177+
"qapps:ListLibraryItems",
178+
"qapps:ListQApps",
179+
"qapps:ListTagsForResource",
180+
"qbusiness:ListApplications",
181+
"qbusiness:ListConversations",
182+
"qbusiness:ListDataSourceSyncJobs",
183+
"qbusiness:ListDataSources",
184+
"qbusiness:ListDocuments",
185+
"qbusiness:ListIndices",
186+
"qbusiness:ListMessages",
187+
"qbusiness:ListPlugins",
188+
"qbusiness:ListRetrievers",
189+
"qbusiness:ListTagsForResource",
190+
"qbusiness:ListWebExperiences",
155191
"rds:DescribeDbClusterSnapshots",
156192
"rds:DescribeDbClusters",
157193
"rds:DescribeDbInstances",

iam/aws/edge/FixMutate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@
2424
"backup:DeleteRestoreTestingPlan",
2525
"backup:TagResource",
2626
"backup:UntagResource",
27+
"bedrock-agent:DeleteAgent",
28+
"bedrock-agent:DeleteAgentVersion",
29+
"bedrock-agent:DeleteFlow",
30+
"bedrock-agent:DeleteFlowVersion",
31+
"bedrock-agent:DeleteKnowledgeBase",
32+
"bedrock-agent:DeletePrompt",
33+
"bedrock-agent:TagResource",
34+
"bedrock-agent:UntagResource",
35+
"bedrock:DeleteCustomModel",
36+
"bedrock:DeleteGuardrail",
37+
"bedrock:DeleteProvisionedModelThroughput",
38+
"bedrock:TagResource",
39+
"bedrock:UntagResource",
2740
"cloudformation:DeleteStack",
2841
"cloudformation:DeleteStackSet",
2942
"cloudformation:UpdateStack",
@@ -155,6 +168,18 @@
155168
"logs:DeleteLogGroup",
156169
"logs:TagResource",
157170
"logs:UntagResource",
171+
"qapps:DeleteLibraryItem",
172+
"qapps:DeleteQApp",
173+
"qapps:TagResource",
174+
"qapps:UntagResource",
175+
"qbusiness:DeleteApplication",
176+
"qbusiness:DeleteDataSource",
177+
"qbusiness:DeleteIndex",
178+
"qbusiness:DeletePlugin",
179+
"qbusiness:DeleteRetriever",
180+
"qbusiness:DeleteWebExperience",
181+
"qbusiness:TagResource",
182+
"qbusiness:UntagResource",
158183
"rds:AddTagsToResource",
159184
"rds:DeleteDbCluster",
160185
"rds:DeleteDbInstance",

versioned_docs/version-4.X/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-08-02T11:57:08.455Z","end":"2024-08-02T11:57:08.455Z","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-09-18T15:32:45.027Z","end":"2024-09-18T15:32:45.027Z","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: version-4.X/reference/api/fix-inventory-core-rest-api
1111
custom_edit_url: null

0 commit comments

Comments
 (0)