From 8790af1e0eb49d1362465de3bbe72d7ad34b2b35 Mon Sep 17 00:00:00 2001 From: "C.K." <98986935+some-ci@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:10:11 -0800 Subject: [PATCH] chore: update edge documentation (#241) --- docs/reference/api/load-time-series-data.api.mdx | 2 +- docs/reference/unified-data-model/base/index.mdx | 4 ++-- .../unified-data-model/base/phantom_resource.mdx | 4 ++++ docs/reference/unified-data-model/base/resource.mdx | 1 + .../gcp/compute/gcp_notification_endpoint.mdx | 10 ++++++++++ static/img/kroki/3e5c2e5f1a13d61edd3da3cf2c8e1a8c.svg | 1 + static/img/kroki/6de2043f00b6b3f68fc9d753b56b6c85.svg | 1 + static/img/kroki/b3c2cb42502512623f0c664dfe856918.svg | 1 + static/img/kroki/f6bb40b407513c1eb9dc66969b150547.svg | 1 + .../reference/api/load-time-series-data.api.mdx | 2 +- 10 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 static/img/kroki/3e5c2e5f1a13d61edd3da3cf2c8e1a8c.svg create mode 100644 static/img/kroki/6de2043f00b6b3f68fc9d753b56b6c85.svg create mode 100644 static/img/kroki/b3c2cb42502512623f0c664dfe856918.svg create mode 100644 static/img/kroki/f6bb40b407513c1eb9dc66969b150547.svg diff --git a/docs/reference/api/load-time-series-data.api.mdx b/docs/reference/api/load-time-series-data.api.mdx index 51579b46..e94676fa 100644 --- a/docs/reference/api/load-time-series-data.api.mdx +++ b/docs/reference/api/load-time-series-data.api.mdx @@ -5,7 +5,7 @@ description: "Load time series data." sidebar_label: "Load time series data." hide_title: true hide_table_of_contents: true -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-05T15:39:08.606Z","end":"2024-12-05T15:39:08.606Z","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"}}}}} +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"}}}}} sidebar_class_name: "post api-method" info_path: reference/api/fix-inventory-core-rest-api custom_edit_url: null diff --git a/docs/reference/unified-data-model/base/index.mdx b/docs/reference/unified-data-model/base/index.mdx index 8516577a..89ad4972 100644 --- a/docs/reference/unified-data-model/base/index.mdx +++ b/docs/reference/unified-data-model/base/index.mdx @@ -16,8 +16,8 @@ sidebar_position: 1 - [Bucket Quota](bucket_quota.mdx) - [Certificate](certificate.mdx) - [Certificate Quota](certificate_quota.mdx) -- [Cloud](cloud.mdx) - [Cloud](base_cloud.mdx) +- [Cloud](cloud.mdx) - [DNS Record](dns_record.mdx) - [DNS Record Set](dns_record_set.mdx) - [DNS Zone](dns_zone.mdx) @@ -123,8 +123,8 @@ sidebar_position: 1 - [Account](account.mdx) - [Auto Scaling Group](autoscaling_group.mdx) -- [Cloud](cloud.mdx) - [Cloud](base_cloud.mdx) +- [Cloud](cloud.mdx) - [Managed Kubernetes Cluster Provider](managed_kubernetes_cluster_provider.mdx) - [Organizational Root](organizational_root.mdx) - [Organizational Unit](organizational_unit.mdx) diff --git a/docs/reference/unified-data-model/base/phantom_resource.mdx b/docs/reference/unified-data-model/base/phantom_resource.mdx index 1629d38c..e8a32ec2 100644 --- a/docs/reference/unified-data-model/base/phantom_resource.mdx +++ b/docs/reference/unified-data-model/base/phantom_resource.mdx @@ -160,6 +160,9 @@ class gcp_interconnect_location { } class gcp_machine_type { +} +class gcp_notification_endpoint { + } class gcp_region { @@ -272,6 +275,7 @@ quota <|--- gateway_quota volume_type <|--- gcp_disk_type phantom_resource <|--- gcp_interconnect_location instance_type <|--- gcp_machine_type +phantom_resource <|--- gcp_notification_endpoint region <|--- gcp_region phantom_resource <|--- gcp_region_quota zone <|--- gcp_zone diff --git a/docs/reference/unified-data-model/base/resource.mdx b/docs/reference/unified-data-model/base/resource.mdx index 694eb0a6..19aea4b8 100644 --- a/docs/reference/unified-data-model/base/resource.mdx +++ b/docs/reference/unified-data-model/base/resource.mdx @@ -2754,6 +2754,7 @@ gcp_resource <|--- gcp_node_group gcp_resource <|--- gcp_node_template gcp_resource <|--- gcp_node_type gcp_resource <|--- gcp_notification_endpoint +phantom_resource <|--- gcp_notification_endpoint gcp_resource <|--- gcp_object gcp_resource <|--- gcp_operation gcp_resource <|--- gcp_packet_mirroring diff --git a/docs/reference/unified-data-model/gcp/compute/gcp_notification_endpoint.mdx b/docs/reference/unified-data-model/gcp/compute/gcp_notification_endpoint.mdx index dc476b98..0e54cc40 100644 --- a/docs/reference/unified-data-model/gcp/compute/gcp_notification_endpoint.mdx +++ b/docs/reference/unified-data-model/gcp/compute/gcp_notification_endpoint.mdx @@ -45,12 +45,17 @@ class gcp_notification_endpoint { } class gcp_resource { +} +class phantom_resource { + } class resource { } gcp_resource <|--- gcp_notification_endpoint +phantom_resource <|--- gcp_notification_endpoint resource <|--- gcp_resource +resource <|--- phantom_resource @enduml ``` @@ -148,6 +153,9 @@ class gcp_resource { **description**: string **label_fingerprint**: string **link**: string +} +class phantom_resource { + } class resource { **age**: duration @@ -164,9 +172,11 @@ class resource { gcp_notification_endpoint --> gcp_deprecation_status gcp_notification_endpoint --> gcp_notification_endpoint_grpc_settings gcp_resource <|--- gcp_notification_endpoint +phantom_resource <|--- gcp_notification_endpoint gcp_notification_endpoint_grpc_settings --> gcp_duration gcp_resource --> gcp_deprecation_status resource <|--- gcp_resource +resource <|--- phantom_resource @enduml ``` diff --git a/static/img/kroki/3e5c2e5f1a13d61edd3da3cf2c8e1a8c.svg b/static/img/kroki/3e5c2e5f1a13d61edd3da3cf2c8e1a8c.svg new file mode 100644 index 00000000..610cd363 --- /dev/null +++ b/static/img/kroki/3e5c2e5f1a13d61edd3da3cf2c8e1a8c.svg @@ -0,0 +1 @@ +aws_ec2_instance_typeaws_ec2_volume_typeaws_regionaws_s3_account_settingsaws_service_quotaazure_authorization_role_definitionazure_compute_disk_typeazure_compute_virtual_machine_sizeazure_cosmos_db_account_usageazure_cosmos_db_locationazure_locationazure_machine_learning_environment_version_baseazure_machine_learning_quotaazure_machine_learning_registry_environment_versionazure_machine_learning_usageazure_machine_learning_virtual_machine_sizeazure_machine_learning_workspace_environment_versionazure_mysql_server_typeazure_network_application_gateway_firewall_rule_setazure_network_express_route_ports_locationazure_network_security_partner_providerazure_network_usageazure_network_virtual_appliance_skuazure_postgresql_server_typeazure_security_pricingazure_storage_account_deletedazure_storage_account_usageazure_storage_skuazure_usagebase_cloudbucket_quotacertificate_quotaclouddatabase_instance_typedigitalocean_droplet_neighborhooddigitalocean_droplet_sizedigitalocean_regiongateway_quotagcp_disk_typegcp_interconnect_locationgcp_machine_typegcp_notification_endpointgcp_regiongcp_region_quotagcp_zonegithub_regioninstance_quotainstance_typekubernetes_namespacekubernetes_resource_quotaload_balancer_quotamicrosoft_graph_organization_rootnetwork_quotaonelogin_regionphantom_resourcequotaregionresourceage: durationatime: datetimectime: datetimeid: stringkind: stringlast_access: durationlast_update: durationmtime: datetimename: stringtags: dictionary[string, string]slack_regiontypevolume_typezone \ No newline at end of file diff --git a/static/img/kroki/6de2043f00b6b3f68fc9d753b56b6c85.svg b/static/img/kroki/6de2043f00b6b3f68fc9d753b56b6c85.svg new file mode 100644 index 00000000..18ff11e6 --- /dev/null +++ b/static/img/kroki/6de2043f00b6b3f68fc9d753b56b6c85.svg @@ -0,0 +1 @@ +gcp_notification_endpointgcp_resourcephantom_resourceresource \ No newline at end of file diff --git a/static/img/kroki/b3c2cb42502512623f0c664dfe856918.svg b/static/img/kroki/b3c2cb42502512623f0c664dfe856918.svg new file mode 100644 index 00000000..c6a3c201 --- /dev/null +++ b/static/img/kroki/b3c2cb42502512623f0c664dfe856918.svg @@ -0,0 +1 @@ +gcp_deprecation_statusdeleted: stringdeprecated: stringobsolete: stringreplacement: stringstate: stringgcp_durationnanos: int64seconds: stringgcp_notification_endpointgrpc_settings: gcp_notification_endpoint_grpc_settingsgcp_notification_endpoint_grpc_settingsauthority: stringendpoint: stringpayload_name: stringresend_interval: gcp_durationretry_duration_sec: int64gcp_resourcedeprecation_status: gcp_deprecation_statusdescription: stringlabel_fingerprint: stringlink: stringphantom_resourceresourceage: durationatime: datetimectime: datetimeid: stringkind: stringlast_access: durationlast_update: durationmtime: datetimename: stringtags: dictionary[string, string] \ No newline at end of file diff --git a/static/img/kroki/f6bb40b407513c1eb9dc66969b150547.svg b/static/img/kroki/f6bb40b407513c1eb9dc66969b150547.svg new file mode 100644 index 00000000..cee9821d --- /dev/null +++ b/static/img/kroki/f6bb40b407513c1eb9dc66969b150547.svg @@ -0,0 +1 @@ +access_keyaccountai_jobai_modelai_resourceautoscaling_groupaws_accountaws_acm_certificateaws_albaws_alb_target_groupaws_apigateway_authorizeraws_apigateway_deploymentaws_apigateway_domain_nameaws_apigateway_resourceaws_apigateway_rest_apiaws_apigateway_stageaws_athena_data_catalogaws_athena_work_groupaws_autoscaling_groupaws_backup_copy_jobaws_backup_frameworkaws_backup_jobaws_backup_legal_holdaws_backup_planaws_backup_protected_resourceaws_backup_recovery_pointaws_backup_report_planaws_backup_restore_jobaws_backup_restore_testing_planaws_backup_vaultaws_beanstalk_applicationaws_beanstalk_environmentaws_bedrock_agentaws_bedrock_agent_flowaws_bedrock_agent_flow_versionaws_bedrock_agent_knowledge_baseaws_bedrock_agent_promptaws_bedrock_custom_modelaws_bedrock_evaluation_jobaws_bedrock_foundation_modelaws_bedrock_guardrailaws_bedrock_model_customization_jobaws_bedrock_provisioned_model_throughputaws_cloud_formation_stack_instance_summaryaws_cloud_trailaws_cloudformation_stackaws_cloudformation_stack_setaws_cloudfront_cache_policyaws_cloudfront_distributionaws_cloudfront_field_level_encryption_configaws_cloudfront_field_level_encryption_profileaws_cloudfront_functionaws_cloudfront_origin_access_controlaws_cloudfront_public_keyaws_cloudfront_realtime_log_configaws_cloudfront_response_headers_policyaws_cloudfront_streaming_distributionaws_cloudwatch_alarmaws_cloudwatch_log_groupaws_cloudwatch_metric_filteraws_cognito_groupaws_cognito_useraws_cognito_user_poolaws_config_recorderaws_dynamodb_global_tableaws_dynamodb_tableaws_ec2_elastic_ipaws_ec2_flow_logaws_ec2_hostaws_ec2_imageaws_ec2_instanceaws_ec2_instance_typeaws_ec2_internet_gatewayaws_ec2_keypairaws_ec2_launch_templateaws_ec2_nat_gatewayaws_ec2_network_aclaws_ec2_network_interfaceaws_ec2_reserved_instancesaws_ec2_route_tableaws_ec2_security_groupaws_ec2_snapshotaws_ec2_subnetaws_ec2_volumeaws_ec2_volume_typeaws_ecr_repositoryaws_ecs_capacity_provideraws_ecs_clusteraws_ecs_container_instanceaws_ecs_serviceaws_ecs_taskaws_ecs_task_definitionaws_efs_access_pointaws_efs_file_systemaws_efs_mount_targetaws_eks_clusteraws_eks_nodegroupaws_elasticache_cache_clusteraws_elasticache_replication_groupaws_elbaws_glacier_jobaws_glacier_vaultaws_iam_access_keyaws_iam_groupaws_iam_instance_profileaws_iam_policyaws_iam_roleaws_iam_server_certificateaws_iam_useraws_kinesis_streamaws_kms_keyaws_lambda_functionaws_opensearch_domainaws_organizational_rootaws_organizational_unitaws_q_appsaws_q_apps_library_itemaws_q_business_applicationaws_q_business_conversationaws_q_business_data_sourceaws_q_business_data_source_sync_jobaws_q_business_documentaws_q_business_indiceaws_q_business_messageaws_q_business_pluginaws_q_business_retrieveraws_q_business_web_experienceaws_rds_clusteraws_rds_cluster_snapshotaws_rds_instanceaws_rds_snapshotaws_redshift_clusteraws_regionaws_resourceaws_root_useraws_route53_resource_recordaws_route53_resource_record_setaws_route53_zoneaws_s3_account_settingsaws_s3_bucketaws_sagemaker_algorithmaws_sagemaker_appaws_sagemaker_artifactaws_sagemaker_auto_ml_jobaws_sagemaker_code_repositoryaws_sagemaker_compilation_jobaws_sagemaker_domainaws_sagemaker_endpointaws_sagemaker_experimentaws_sagemaker_hyper_parameter_tuning_jobaws_sagemaker_imageaws_sagemaker_inference_recommendations_jobaws_sagemaker_jobaws_sagemaker_labeling_jobaws_sagemaker_modelaws_sagemaker_notebookaws_sagemaker_pipelineaws_sagemaker_processing_jobaws_sagemaker_projectaws_sagemaker_training_jobaws_sagemaker_transform_jobaws_sagemaker_trialaws_sagemaker_user_profileaws_sagemaker_workteamaws_secretsmanager_secretaws_service_quotaaws_sns_endpointaws_sns_platform_applicationaws_sns_subscriptionaws_sns_topicaws_sqs_queueaws_ssm_documentaws_ssm_instanceaws_vpcaws_vpc_endpointaws_vpc_peering_connectionaws_waf_web_aclazure_authorization_deny_assignmentazure_authorization_management_lockazure_authorization_role_assignmentazure_authorization_role_definitionazure_compute_availability_setazure_compute_capacity_reservation_groupazure_compute_cloud_serviceazure_compute_dedicated_host_groupazure_compute_diskazure_compute_disk_accessazure_compute_disk_encryption_setazure_compute_disk_typeazure_compute_disk_type_pricingazure_compute_galleryazure_compute_imageazure_compute_proximity_placement_groupazure_compute_restore_point_collectionazure_compute_ssh_public_keyazure_compute_virtual_machineazure_compute_virtual_machine_baseazure_compute_virtual_machine_scale_setazure_compute_virtual_machine_scale_set_instanceazure_compute_virtual_machine_sizeazure_compute_virtual_machine_snapshotazure_container_service_fleetazure_container_service_managed_clusterazure_container_service_managed_cluster_snapshotazure_cosmos_db_accountazure_cosmos_db_account_usageazure_cosmos_db_cassandra_clusterazure_cosmos_db_cassandra_cluster_data_centerazure_cosmos_db_cassandra_cluster_public_statusazure_cosmos_db_cassandra_keyspaceazure_cosmos_db_cassandra_tableazure_cosmos_db_gremlin_databaseazure_cosmos_db_gremlin_graphazure_cosmos_db_locationazure_cosmos_db_mongo_db_clusterazure_cosmos_db_mongo_db_collectionazure_cosmos_db_mongo_db_databaseazure_cosmos_db_mongo_db_role_definitionazure_cosmos_db_mongo_db_user_definitionazure_cosmos_db_notebook_workspaceazure_cosmos_db_postgresql_clusterazure_cosmos_db_postgresql_cluster_configurationazure_cosmos_db_postgresql_cluster_private_endpoint_connectionazure_cosmos_db_postgresql_cluster_private_linkazure_cosmos_db_postgresql_cluster_roleazure_cosmos_db_postgresql_cluster_serverazure_cosmos_db_postgresql_cluster_server_configurationazure_cosmos_db_private_linkazure_cosmos_db_restorable_accountazure_cosmos_db_restorable_gremlin_databaseazure_cosmos_db_restorable_gremlin_graphazure_cosmos_db_restorable_mongo_db_collectionazure_cosmos_db_restorable_mongo_db_databaseazure_cosmos_db_restorable_sql_containerazure_cosmos_db_restorable_sql_databaseazure_cosmos_db_restorable_tableazure_cosmos_db_sql_databaseazure_cosmos_db_sql_database_client_encryption_keyazure_cosmos_db_sql_database_containerazure_cosmos_db_sql_role_assignmentazure_cosmos_db_sql_role_definitionazure_cosmos_db_sql_throughput_settingazure_cosmos_db_tableazure_key_vaultazure_key_vault_keyazure_key_vault_managed_hsmazure_key_vault_secretazure_locationazure_machine_learning_batch_endpointazure_machine_learning_computeazure_machine_learning_compute_nodeazure_machine_learning_datastoreazure_machine_learning_endpointazure_machine_learning_environment_version_baseazure_machine_learning_featureazure_machine_learning_featureset_containerazure_machine_learning_featureset_versionazure_machine_learning_featurestore_entity_containerazure_machine_learning_featurestore_entity_versionazure_machine_learning_jobazure_machine_learning_labeling_jobazure_machine_learning_online_endpointazure_machine_learning_private_endpoint_connectionazure_machine_learning_private_linkazure_machine_learning_quotaazure_machine_learning_registryazure_machine_learning_registry_code_containerazure_machine_learning_registry_code_versionazure_machine_learning_registry_component_containerazure_machine_learning_registry_component_versionazure_machine_learning_registry_data_containerazure_machine_learning_registry_data_versionazure_machine_learning_registry_environment_containerazure_machine_learning_registry_environment_versionazure_machine_learning_registry_model_containerazure_machine_learning_registry_model_versionazure_machine_learning_scheduleazure_machine_learning_serverless_endpointazure_machine_learning_usageazure_machine_learning_virtual_machine_sizeazure_machine_learning_workspaceazure_machine_learning_workspace_code_containerazure_machine_learning_workspace_code_versionazure_machine_learning_workspace_component_containerazure_machine_learning_workspace_component_versionazure_machine_learning_workspace_connectionazure_machine_learning_workspace_data_containerazure_machine_learning_workspace_data_versionazure_machine_learning_workspace_environment_containerazure_machine_learning_workspace_environment_versionazure_machine_learning_workspace_model_containerazure_machine_learning_workspace_model_versionazure_monitor_action_groupazure_monitor_activity_log_alertazure_monitor_data_collection_ruleazure_monitor_diagnostic_settingsazure_monitor_log_profileazure_monitor_metric_alertazure_monitor_pipeline_groupazure_monitor_private_link_scopeazure_monitor_scheduled_query_ruleazure_monitor_workspaceazure_mysql_serverazure_mysql_server_ad_administratorazure_mysql_server_backupazure_mysql_server_configurationazure_mysql_server_databaseazure_mysql_server_firewall_ruleazure_mysql_server_log_fileazure_mysql_server_maintenanceazure_mysql_server_typeazure_network_application_gatewayazure_network_application_gateway_authentication_certificateazure_network_application_gateway_firewall_rule_setazure_network_application_gateway_ssl_certificateazure_network_application_gateway_trusted_client_certificateazure_network_application_gateway_trusted_root_certificateazure_network_bastion_hostazure_network_custom_ip_prefixazure_network_ddos_protection_planazure_network_dns_record_setazure_network_dns_zoneazure_network_dscp_configurationazure_network_express_route_circuitazure_network_express_route_cross_connectionazure_network_express_route_gatewayazure_network_express_route_portazure_network_express_route_ports_locationazure_network_firewallazure_network_firewall_policyazure_network_flow_logazure_network_interfaceazure_network_ip_allocationazure_network_ip_groupazure_network_load_balancerazure_network_load_balancer_probeazure_network_local_network_gatewayazure_network_nat_gatewayazure_network_p2_s_vpn_gatewayazure_network_private_link_serviceazure_network_profileazure_network_public_ip_addressazure_network_public_ip_prefixazure_network_route_filterazure_network_route_tableazure_network_security_groupazure_network_security_partner_providerazure_network_subnetazure_network_usageazure_network_virtual_applianceazure_network_virtual_appliance_skuazure_network_virtual_hubazure_network_virtual_networkazure_network_virtual_network_gatewayazure_network_virtual_network_gateway_connectionazure_network_virtual_network_tapazure_network_virtual_routerazure_network_virtual_wanazure_network_virtual_wan_vpn_connectionazure_network_virtual_wan_vpn_gatewayazure_network_vpn_client_revoked_certificateazure_network_vpn_client_root_certificateazure_network_vpn_server_configurationazure_network_vpn_siteazure_network_watcherazure_network_web_application_firewall_policyazure_postgresql_ad_administratorazure_postgresql_serverazure_postgresql_server_backupazure_postgresql_server_configurationazure_postgresql_server_databaseazure_postgresql_server_firewall_ruleazure_postgresql_server_typeazure_resource_groupazure_security_auto_provisioning_settingazure_security_pricingazure_security_server_vulnerability_assessments_settingazure_security_settingazure_sql_serverazure_sql_server_ad_administratorazure_sql_server_advisorazure_sql_server_databaseazure_sql_server_database_geo_backup_policyazure_sql_server_database_workload_groupazure_sql_server_elastic_poolazure_sql_server_failover_groupazure_sql_server_firewall_ruleazure_sql_server_job_agentazure_sql_server_managed_instanceazure_sql_server_managed_instance_ad_administratorazure_sql_server_managed_instance_databaseazure_sql_server_managed_instance_failover_groupazure_sql_server_managed_instance_poolazure_sql_server_trust_groupazure_sql_server_virtual_clusterazure_sql_server_virtual_network_ruleazure_storage_accountazure_storage_account_deletedazure_storage_account_usageazure_storage_blob_containerazure_storage_file_shareazure_storage_queueazure_storage_skuazure_storage_tableazure_subscriptionazure_usageazure_web_appazure_web_app_service_planazure_web_app_static_siteazure_web_certificateazure_web_container_appazure_web_domainazure_web_hosting_environmentazure_web_kube_environmentbase_cloudbucketbucket_quotacertificatecertificate_quotaclouddatabasedatabase_instance_typedigitalocean_alert_policydigitalocean_appdigitalocean_cdn_endpointdigitalocean_certificatedigitalocean_container_registrydigitalocean_container_registry_repositorydigitalocean_container_registry_repository_tagdigitalocean_databasedigitalocean_domaindigitalocean_domain_recorddigitalocean_dropletdigitalocean_droplet_neighborhooddigitalocean_droplet_sizedigitalocean_firewalldigitalocean_floating_ipdigitalocean_imagedigitalocean_kubernetes_clusterdigitalocean_load_balancerdigitalocean_projectdigitalocean_regiondigitalocean_resourcedigitalocean_snapshotdigitalocean_spacedigitalocean_ssh_keydigitalocean_teamdigitalocean_volumedigitalocean_vpcdns_recorddns_record_setdns_zonedockerhub_namespacedockerhub_repositoryendpointfirewallgatewaygateway_quotagcp_accelerator_typegcp_addressgcp_autoscalergcp_backend_bucketgcp_backend_servicegcp_billing_accountgcp_bucketgcp_cloud_functiongcp_commitmentgcp_container_clustergcp_container_operationgcp_diskgcp_disk_typegcp_external_vpn_gatewaygcp_filestore_backupgcp_filestore_instancegcp_filestore_instance_snapshotgcp_firestore_backupgcp_firestore_databasegcp_firestore_documentgcp_firewallgcp_firewall_policygcp_forwarding_rulegcp_health_checkgcp_health_check_servicegcp_http_health_checkgcp_https_health_checkgcp_imagegcp_instancegcp_instance_groupgcp_instance_group_managergcp_instance_templategcp_interconnectgcp_interconnect_attachmentgcp_interconnect_locationgcp_licensegcp_machine_imagegcp_machine_typegcp_networkgcp_network_edge_security_servicegcp_network_endpoint_groupgcp_node_groupgcp_node_templategcp_node_typegcp_notification_endpointgcp_objectgcp_operationgcp_packet_mirroringgcp_projectgcp_project_billing_infogcp_public_advertised_prefixgcp_public_delegated_prefixgcp_pubsub_snapshotgcp_pubsub_subscriptiongcp_pubsub_topicgcp_regiongcp_region_quotagcp_resourcegcp_resource_policygcp_routegcp_routergcp_security_policygcp_servicegcp_service_attachmentgcp_skugcp_snapshotgcp_sql_backup_rungcp_sql_databasegcp_sql_database_instancegcp_sql_operationgcp_sql_usergcp_ssl_certificategcp_ssl_policygcp_subnetworkgcp_target_grpc_proxygcp_target_http_proxygcp_target_https_proxygcp_target_instancegcp_target_poolgcp_target_ssl_proxygcp_target_tcp_proxygcp_target_vpn_gatewaygcp_url_mapgcp_vertex_ai_batch_prediction_jobgcp_vertex_ai_custom_jobgcp_vertex_ai_datasetgcp_vertex_ai_dataset_versiongcp_vertex_ai_endpointgcp_vertex_ai_featuregcp_vertex_ai_feature_groupgcp_vertex_ai_featurestoregcp_vertex_ai_hyperparameter_tuning_jobgcp_vertex_ai_indexgcp_vertex_ai_index_endpointgcp_vertex_ai_modelgcp_vertex_ai_model_deployment_monitoring_jobgcp_vertex_ai_model_evaluationgcp_vertex_ai_pipeline_jobgcp_vertex_ai_schedulegcp_vertex_ai_tensorboardgcp_vertex_ai_training_pipelinegcp_vertex_ai_tuning_jobgcp_vpn_gatewaygcp_vpn_tunnelgcp_zonegithub_accountgithub_orggithub_pull_requestgithub_regiongithub_repogithub_usergrouphealth_checkiam_principalinstanceinstance_profileinstance_quotainstance_typeip_addresskeypairkubernetes_clusterkubernetes_cluster_rolekubernetes_cluster_role_bindingkubernetes_config_mapkubernetes_controller_revisionkubernetes_cron_jobkubernetes_csi_driverkubernetes_csi_nodekubernetes_csi_storage_capacitykubernetes_daemon_setkubernetes_deploymentkubernetes_endpointkubernetes_endpoint_slicekubernetes_flow_schemakubernetes_horizontal_pod_autoscalerkubernetes_ingresskubernetes_ingress_classkubernetes_jobkubernetes_limit_rangekubernetes_mutating_webhook_configurationkubernetes_namespacekubernetes_network_policykubernetes_nodekubernetes_persistent_volumekubernetes_persistent_volume_claimkubernetes_podkubernetes_pod_disruption_budgetkubernetes_pod_templatekubernetes_priority_classkubernetes_priority_level_configurationkubernetes_replica_setkubernetes_replication_controllerkubernetes_resourcekubernetes_resource_quotakubernetes_rolekubernetes_role_bindingkubernetes_runtime_classkubernetes_secretkubernetes_servicekubernetes_service_accountkubernetes_stateful_setkubernetes_storage_classkubernetes_validating_webhook_configurationkubernetes_volume_attachmentload_balancerload_balancer_quotamanaged_kubernetes_cluster_providermicrosoft_graph_devicemicrosoft_graph_entitymicrosoft_graph_groupmicrosoft_graph_organizationmicrosoft_graph_organization_rootmicrosoft_graph_policymicrosoft_graph_rolemicrosoft_graph_service_principalmicrosoft_graph_usermicrosoft_resourcenetworknetwork_aclnetwork_interfacenetwork_quotanetwork_shareonelogin_accountonelogin_regiononelogin_userorganizational_rootorganizational_unitpeering_connectionphantom_resourcepolicyposthog_eventposthog_projectqueuequotaregionresourceage: durationatime: datetimectime: datetimeid: stringkind: stringlast_access: durationlast_update: durationmtime: datetimename: stringtags: dictionary[string, string]rolerouterouting_tablescarf_organizationscarf_packagesecurity_groupserverless_functionslack_conversationslack_regionslack_teamslack_userslack_usergroupsnapshotstacksubnettunneltypeuservolumevolume_typezone \ No newline at end of file diff --git a/versioned_docs/version-4.X/reference/api/load-time-series-data.api.mdx b/versioned_docs/version-4.X/reference/api/load-time-series-data.api.mdx index 75ad8049..c2d76501 100644 --- a/versioned_docs/version-4.X/reference/api/load-time-series-data.api.mdx +++ b/versioned_docs/version-4.X/reference/api/load-time-series-data.api.mdx @@ -5,7 +5,7 @@ description: "Load time series data." sidebar_label: "Load time series data." hide_title: true hide_table_of_contents: true -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-05T15:39:08.958Z","end":"2024-12-05T15:39:08.958Z","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"}}}}} +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.633Z","end":"2024-12-05T16:52:09.633Z","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"}}}}} sidebar_class_name: "post api-method" info_path: version-4.X/reference/api/fix-inventory-core-rest-api custom_edit_url: null