SwaggerClient - the Ruby gem for the Superset
Superset
This SDK is automatically generated by the Swagger Codegen project:
- API version: v1
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.ruby.RubyClientCodegen
To build the Ruby code into a gem:
gem build swagger_client.gemspec
Then either install the gem locally:
gem install ./swagger_client-1.0.0.gem
(for development, run gem install --dev ./swagger_client-1.0.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'swagger_client', '~> 1.0.0'
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'swagger_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Please follow the installation procedure and then run the following code:
# Load the gem
require 'swagger_client'
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_annotation_layer_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_annotation_layer_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_annotation_layer_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk for this annotation
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_delete(pk, annotation_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_get(pk, annotation_id, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationRestApiPut.new # AnnotationRestApiPut | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk for this annotation
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_put(body, pk, annotation_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_delete(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer id for this annotation
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationRestApiPost.new # AnnotationRestApiPost | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation
begin
result = api_instance.api_v1_annotation_layer_pk_annotation_post(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
begin
result = api_instance.api_v1_annotation_layer_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_annotation_layer_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationLayerRestApiPut.new # AnnotationLayerRestApiPut | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation
begin
result = api_instance.api_v1_annotation_layer_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationLayerRestApiPost.new # AnnotationLayerRestApiPost | Annotation Layer schema
begin
result = api_instance.api_v1_annotation_layer_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AnnotationLayersApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_annotation_layer_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::AsyncEventsRestApiApi.new
opts = {
last_id: 'last_id_example' # String | Last ID received by the client
}
begin
result = api_instance.api_v1_async_event_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling AsyncEventsRestApiApi->api_v1_async_event_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_css_template_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_css_template_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_css_template_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_css_template_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_css_template_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
body = SwaggerClient::CssTemplateRestApiPut.new # CssTemplateRestApiPut | Model schema
pk = 56 # Integer |
begin
result = api_instance.api_v1_css_template_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
body = SwaggerClient::CssTemplateRestApiPost.new # CssTemplateRestApiPost | Model schema
begin
result = api_instance.api_v1_css_template_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CSSTemplatesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_css_template_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CSSTemplatesApi->api_v1_css_template_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::CacheRestApiApi.new
body = SwaggerClient::CacheInvalidationRequestSchema.new # CacheInvalidationRequestSchema | A list of datasources uuid or the tuples of database and datasource names
begin
api_instance.api_v1_cachekey_invalidate_post(body)
rescue SwaggerClient::ApiError => e
puts "Exception when calling CacheRestApiApi->api_v1_cachekey_invalidate_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
cache_key = 'cache_key_example' # String |
begin
result = api_instance.api_v1_chart_data_cache_key_get(cache_key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_data_cache_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartDataQueryContextSchema.new # ChartDataQueryContextSchema | A query context consists of a datasource from which to fetch data and one or many query objects.
begin
result = api_instance.api_v1_chart_data_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_data_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_chart_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
opts = {
q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema |
}
begin
result = api_instance.api_v1_chart_export_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
opts = {
q: SwaggerClient::GetFavStarIdsSchema.new # GetFavStarIdsSchema |
}
begin
result = api_instance.api_v1_chart_favorite_status_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_favorite_status_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_chart_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
form_data = 'form_data_example' # String |
overwrite = true # BOOLEAN |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_chart_import_post(form_data, overwrite, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_chart_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::ScreenshotQuerySchema.new # ScreenshotQuerySchema |
}
begin
result = api_instance.api_v1_chart_pk_cache_screenshot_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_cache_screenshot_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | The chart ID
opts = {
format: 'format_example', # String | The format in which the data should be returned
type: 'type_example' # String | The type in which the data should be returned
}
begin
result = api_instance.api_v1_chart_pk_data_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_data_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_chart_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_chart_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartRestApiPut.new # ChartRestApiPut | Chart schema
pk = 56 # Integer |
begin
result = api_instance.api_v1_chart_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer |
digest = 'digest_example' # String |
begin
result = api_instance.api_v1_chart_pk_screenshot_digest_get(pk, digest)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_screenshot_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer |
digest = 'digest_example' # String |
begin
result = api_instance.api_v1_chart_pk_thumbnail_digest_get(pk, digest)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_pk_thumbnail_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartRestApiPost.new # ChartRestApiPost | Chart schema
begin
result = api_instance.api_v1_chart_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ChartsApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_chart_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ChartsApi->api_v1_chart_related_column_name_get: #{e}"
end
api_instance = SwaggerClient::CurrentUserApi.new
begin
result = api_instance.api_v1_me_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling CurrentUserApi->api_v1_me_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardFilterStateApi.new
pk = 56 # Integer |
key = 'key_example' # String | The value key.
begin
result = api_instance.api_v1_dashboard_pk_filter_state_key_delete(pk, key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardFilterStateApi.new
pk = 56 # Integer |
key = 'key_example' # String |
begin
result = api_instance.api_v1_dashboard_pk_filter_state_key_get(pk, key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardFilterStateApi.new
body = SwaggerClient::TemporaryCachePutSchema.new # TemporaryCachePutSchema |
pk = 56 # Integer |
key = 'key_example' # String |
opts = {
tab_id: 56 # Integer |
}
begin
result = api_instance.api_v1_dashboard_pk_filter_state_key_put(body, pk, key, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardFilterStateApi.new
body = SwaggerClient::TemporaryCachePostSchema.new # TemporaryCachePostSchema |
pk = 56 # Integer |
opts = {
tab_id: 56 # Integer |
}
begin
result = api_instance.api_v1_dashboard_pk_filter_state_post(body, pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardPermanentLinkApi.new
key = 'key_example' # String |
begin
result = api_instance.api_v1_dashboard_permalink_key_get(key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardPermanentLinkApi->api_v1_dashboard_permalink_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardPermanentLinkApi.new
body = SwaggerClient::DashboardPermalinkPostSchema.new # DashboardPermalinkPostSchema |
pk = 'pk_example' # String |
begin
result = api_instance.api_v1_dashboard_pk_permalink_post(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardPermanentLinkApi->api_v1_dashboard_pk_permalink_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_dashboard_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
opts = {
q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema |
}
begin
result = api_instance.api_v1_dashboard_export_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
opts = {
q: SwaggerClient::GetFavStarIdsSchema.new # GetFavStarIdsSchema |
}
begin
result = api_instance.api_v1_dashboard_favorite_status_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_favorite_status_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_dashboard_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String |
begin
result = api_instance.api_v1_dashboard_id_or_slug_charts_get(id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_charts_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | Either the id of the dashboard, or its slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_datasets_get(id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_datasets_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_embedded_delete(id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_embedded_get(id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::EmbeddedDashboardConfig.new # EmbeddedDashboardConfig | The embedded configuration to set
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_embedded_post(body, id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::EmbeddedDashboardConfig.new # EmbeddedDashboardConfig | The embedded configuration to set
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_embedded_put(body, id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | Either the id of the dashboard, or its slug
begin
result = api_instance.api_v1_dashboard_id_or_slug_get(id_or_slug)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
form_data = 'form_data_example' # String |
overwrite = true # BOOLEAN |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_dashboard_import_post(form_data, overwrite, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_dashboard_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_dashboard_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::DashboardRestApiPut.new # DashboardRestApiPut | Dashboard schema
pk = 56 # Integer |
begin
result = api_instance.api_v1_dashboard_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
pk = 56 # Integer |
digest = 'digest_example' # String | A hex digest that makes this dashboard unique
opts = {
q: SwaggerClient::ThumbnailQuerySchema.new # ThumbnailQuerySchema |
}
begin
result = api_instance.api_v1_dashboard_pk_thumbnail_digest_get(pk, digest, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_thumbnail_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::DashboardRestApiPost.new # DashboardRestApiPost | Dashboard schema
begin
result = api_instance.api_v1_dashboard_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DashboardsApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_dashboard_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DashboardsApi->api_v1_dashboard_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
begin
result = api_instance.api_v1_database_available_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_available_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
opts = {
q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema |
}
begin
result = api_instance.api_v1_database_export_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_database_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
form_data = 'form_data_example' # String |
overwrite = true # BOOLEAN |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_database_import_post(form_data, overwrite, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_database_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_database_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_database_pk_function_names_get(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_function_names_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_database_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseRestApiPut.new # DatabaseRestApiPut | Database schema
pk = 56 # Integer |
begin
result = api_instance.api_v1_database_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_database_pk_related_objects_get(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_related_objects_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
opts = {
q: SwaggerClient::DatabaseSchemasQuerySchema.new # DatabaseSchemasQuerySchema |
}
begin
result = api_instance.api_v1_database_pk_schemas_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_schemas_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema
begin
result = api_instance.api_v1_database_pk_select_star_table_name_get(pk, table_name, schema_name)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_select_star_table_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema
begin
result = api_instance.api_v1_database_pk_select_star_table_name_schema_name_get(pk, table_name, schema_name)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_select_star_table_name_schema_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema
begin
result = api_instance.api_v1_database_pk_table_table_name_schema_name_get(pk, table_name, schema_name)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_pk_table_table_name_schema_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseRestApiPost.new # DatabaseRestApiPost | Database schema
begin
result = api_instance.api_v1_database_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseTestConnectionSchema.new # DatabaseTestConnectionSchema | Database schema
begin
result = api_instance.api_v1_database_test_connection_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_test_connection_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseValidateParametersSchema.new # DatabaseValidateParametersSchema | DB-specific parameters
begin
result = api_instance.api_v1_database_validate_parameters_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatabaseApi->api_v1_database_validate_parameters_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_dataset_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_dataset_distinct_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
opts = {
q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema |
}
begin
result = api_instance.api_v1_dataset_export_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_dataset_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
form_data = 'form_data_example' # String |
overwrite = true # BOOLEAN |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_dataset_import_post(form_data, overwrite, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_dataset_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | The dataset pk for this column
column_id = 56 # Integer | The column id for this dataset
begin
result = api_instance.api_v1_dataset_pk_column_column_id_delete(pk, column_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_column_column_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_dataset_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_dataset_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | The dataset pk for this column
metric_id = 56 # Integer | The metric id for this dataset
begin
result = api_instance.api_v1_dataset_pk_metric_metric_id_delete(pk, metric_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_metric_metric_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
body = SwaggerClient::DatasetRestApiPut.new # DatasetRestApiPut | Dataset schema
pk = 56 # Integer |
opts = {
override_columns: true # BOOLEAN |
}
begin
result = api_instance.api_v1_dataset_pk_put(body, pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_dataset_pk_refresh_put(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_refresh_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_dataset_pk_related_objects_get(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_pk_related_objects_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
body = SwaggerClient::DatasetRestApiPost.new # DatasetRestApiPost | Dataset schema
begin
result = api_instance.api_v1_dataset_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::DatasetsApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_dataset_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling DatasetsApi->api_v1_dataset_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExploreFormDataApi.new
key = 'key_example' # String | The form_data key.
begin
result = api_instance.api_v1_explore_form_data_key_delete(key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExploreFormDataApi.new
key = 'key_example' # String |
begin
result = api_instance.api_v1_explore_form_data_key_get(key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExploreFormDataApi.new
body = SwaggerClient::FormDataPutSchema.new # FormDataPutSchema |
key = 'key_example' # String |
opts = {
tab_id: 56 # Integer |
}
begin
result = api_instance.api_v1_explore_form_data_key_put(body, key, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExploreFormDataApi.new
body = SwaggerClient::FormDataPostSchema.new # FormDataPostSchema |
opts = {
tab_id: 56 # Integer |
}
begin
result = api_instance.api_v1_explore_form_data_post(body, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExplorePermanentLinkApi.new
key = 'key_example' # String |
begin
result = api_instance.api_v1_explore_permalink_key_get(key)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExplorePermanentLinkApi->api_v1_explore_permalink_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ExplorePermanentLinkApi.new
body = SwaggerClient::ExplorePermalinkPostSchema.new # ExplorePermalinkPostSchema |
begin
result = api_instance.api_v1_explore_permalink_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ExplorePermanentLinkApi->api_v1_explore_permalink_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::FilterSetRestApiApi.new
dashboard_id = 56 # Integer | The id of the dashboard
begin
result = api_instance.api_v1_dashboard_dashboard_id_filtersets_get(dashboard_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::FilterSetRestApiApi.new
dashboard_id = 56 # Integer |
pk = 56 # Integer |
begin
result = api_instance.api_v1_dashboard_dashboard_id_filtersets_pk_delete(dashboard_id, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::FilterSetRestApiApi.new
body = SwaggerClient::FilterSetRestApiPut.new # FilterSetRestApiPut | Filter set schema
dashboard_id = 56 # Integer |
pk = 56 # Integer |
begin
result = api_instance.api_v1_dashboard_dashboard_id_filtersets_pk_put(body, dashboard_id, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::FilterSetRestApiApi.new
body = SwaggerClient::FilterSetRestApiPost.new # FilterSetRestApiPost | Filter set schema
dashboard_id = 56 # Integer | The id of the dashboard
begin
result = api_instance.api_v1_dashboard_dashboard_id_filtersets_post(body, dashboard_id)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ImportexportApi.new
begin
result = api_instance.api_v1_assets_export_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ImportexportApi->api_v1_assets_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ImportexportApi.new
bundle = 'bundle_example' # String |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_assets_import_post(bundle, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ImportexportApi->api_v1_assets_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::LogRestApiApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_log_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling LogRestApiApi->api_v1_log_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::LogRestApiApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_log_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling LogRestApiApi->api_v1_log_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::LogRestApiApi.new
body = SwaggerClient::LogRestApiPost.new # LogRestApiPost | Model schema
begin
result = api_instance.api_v1_log_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling LogRestApiApi->api_v1_log_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::MenuApi.new
begin
result = api_instance.api_v1_menu_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling MenuApi->api_v1_menu_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::OpenApiApi.new
version = 'version_example' # String |
begin
result = api_instance.api_version_openapi_get(version)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling OpenApiApi->api_version_openapi_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_query_distinct_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_query_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_query_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_query_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_query_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_query_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_query_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_query_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_saved_query_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_saved_query_distinct_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
opts = {
q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema |
}
begin
result = api_instance.api_v1_saved_query_export_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_saved_query_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
form_data = 'form_data_example' # String |
overwrite = true # BOOLEAN |
passwords = 'passwords_example' # String |
begin
result = api_instance.api_v1_saved_query_import_post(form_data, overwrite, passwords)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_saved_query_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer |
begin
result = api_instance.api_v1_saved_query_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_saved_query_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
body = SwaggerClient::SavedQueryRestApiPut.new # SavedQueryRestApiPut | Model schema
pk = 56 # Integer |
begin
result = api_instance.api_v1_saved_query_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
body = SwaggerClient::SavedQueryRestApiPost.new # SavedQueryRestApiPost | Model schema
begin
result = api_instance.api_v1_saved_query_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_saved_query_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling QueriesApi->api_v1_saved_query_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
opts = {
q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema |
}
begin
result = api_instance.api_v1_report_delete(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_report_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
opts = {
q: SwaggerClient::GetInfoSchema.new # GetInfoSchema |
}
begin
result = api_instance.api_v1_report_info_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule pk
begin
result = api_instance.api_v1_report_pk_delete(pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer |
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_report_pk_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule id for these logs
opts = {
q: SwaggerClient::GetListSchema.new # GetListSchema |
}
begin
result = api_instance.api_v1_report_pk_log_get(pk, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_log_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule pk for log
log_id = 56 # Integer | The log pk
opts = {
q: SwaggerClient::GetItemSchema.new # GetItemSchema |
}
begin
result = api_instance.api_v1_report_pk_log_log_id_get(pk, log_id, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_log_log_id_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
body = SwaggerClient::ReportScheduleRestApiPut.new # ReportScheduleRestApiPut | Report Schedule schema
pk = 56 # Integer | The Report Schedule pk
begin
result = api_instance.api_v1_report_pk_put(body, pk)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
body = SwaggerClient::ReportScheduleRestApiPost.new # ReportScheduleRestApiPost | Report Schedule schema
begin
result = api_instance.api_v1_report_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::ReportSchedulesApi.new
column_name = 'column_name_example' # String |
opts = {
q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema |
}
begin
result = api_instance.api_v1_report_related_column_name_get(column_name, opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling ReportSchedulesApi->api_v1_report_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::SecurityApi.new
begin
result = api_instance.api_v1_security_csrf_token_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling SecurityApi->api_v1_security_csrf_token_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::SecurityApi.new
body = SwaggerClient::GuestTokenCreate.new # GuestTokenCreate | Parameters for the guest token
begin
result = api_instance.api_v1_security_guest_token_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling SecurityApi->api_v1_security_guest_token_post: #{e}"
end
api_instance = SwaggerClient::SecurityApi.new
body = SwaggerClient::SecurityLoginBody.new # SecurityLoginBody |
begin
result = api_instance.api_v1_security_login_post(body)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling SecurityApi->api_v1_security_login_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end
api_instance = SwaggerClient::SecurityApi.new
begin
result = api_instance.api_v1_security_refresh_post
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling SecurityApi->api_v1_security_refresh_post: #{e}"
end
All URIs are relative to http://superset.data-us-east4.clusters.production.universe.engineer/
Class | Method | HTTP request | Description |
---|---|---|---|
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_delete | DELETE /api/v1/annotation_layer/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_get | GET /api/v1/annotation_layer/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_info_get | GET /api/v1/annotation_layer/_info | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_annotation_id_delete | DELETE /api/v1/annotation_layer/{pk}/annotation/{annotation_id} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_annotation_id_get | GET /api/v1/annotation_layer/{pk}/annotation/{annotation_id} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_annotation_id_put | PUT /api/v1/annotation_layer/{pk}/annotation/{annotation_id} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_delete | DELETE /api/v1/annotation_layer/{pk}/annotation/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_get | GET /api/v1/annotation_layer/{pk}/annotation/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_annotation_post | POST /api/v1/annotation_layer/{pk}/annotation/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_delete | DELETE /api/v1/annotation_layer/{pk} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_get | GET /api/v1/annotation_layer/{pk} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_pk_put | PUT /api/v1/annotation_layer/{pk} | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_post | POST /api/v1/annotation_layer/ | |
SwaggerClient::AnnotationLayersApi | api_v1_annotation_layer_related_column_name_get | GET /api/v1/annotation_layer/related/{column_name} | |
SwaggerClient::AsyncEventsRestApiApi | api_v1_async_event_get | GET /api/v1/async_event/ | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_delete | DELETE /api/v1/css_template/ | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_get | GET /api/v1/css_template/ | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_info_get | GET /api/v1/css_template/_info | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_pk_delete | DELETE /api/v1/css_template/{pk} | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_pk_get | GET /api/v1/css_template/{pk} | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_pk_put | PUT /api/v1/css_template/{pk} | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_post | POST /api/v1/css_template/ | |
SwaggerClient::CSSTemplatesApi | api_v1_css_template_related_column_name_get | GET /api/v1/css_template/related/{column_name} | |
SwaggerClient::CacheRestApiApi | api_v1_cachekey_invalidate_post | POST /api/v1/cachekey/invalidate | |
SwaggerClient::ChartsApi | api_v1_chart_data_cache_key_get | GET /api/v1/chart/data/{cache_key} | |
SwaggerClient::ChartsApi | api_v1_chart_data_post | POST /api/v1/chart/data | |
SwaggerClient::ChartsApi | api_v1_chart_delete | DELETE /api/v1/chart/ | |
SwaggerClient::ChartsApi | api_v1_chart_export_get | GET /api/v1/chart/export/ | |
SwaggerClient::ChartsApi | api_v1_chart_favorite_status_get | GET /api/v1/chart/favorite_status/ | |
SwaggerClient::ChartsApi | api_v1_chart_get | GET /api/v1/chart/ | |
SwaggerClient::ChartsApi | api_v1_chart_import_post | POST /api/v1/chart/import/ | |
SwaggerClient::ChartsApi | api_v1_chart_info_get | GET /api/v1/chart/_info | |
SwaggerClient::ChartsApi | api_v1_chart_pk_cache_screenshot_get | GET /api/v1/chart/{pk}/cache_screenshot/ | |
SwaggerClient::ChartsApi | api_v1_chart_pk_data_get | GET /api/v1/chart/{pk}/data/ | |
SwaggerClient::ChartsApi | api_v1_chart_pk_delete | DELETE /api/v1/chart/{pk} | |
SwaggerClient::ChartsApi | api_v1_chart_pk_get | GET /api/v1/chart/{pk} | |
SwaggerClient::ChartsApi | api_v1_chart_pk_put | PUT /api/v1/chart/{pk} | |
SwaggerClient::ChartsApi | api_v1_chart_pk_screenshot_digest_get | GET /api/v1/chart/{pk}/screenshot/{digest}/ | |
SwaggerClient::ChartsApi | api_v1_chart_pk_thumbnail_digest_get | GET /api/v1/chart/{pk}/thumbnail/{digest}/ | |
SwaggerClient::ChartsApi | api_v1_chart_post | POST /api/v1/chart/ | |
SwaggerClient::ChartsApi | api_v1_chart_related_column_name_get | GET /api/v1/chart/related/{column_name} | |
SwaggerClient::CurrentUserApi | api_v1_me_get | GET /api/v1/me/ | |
SwaggerClient::DashboardFilterStateApi | api_v1_dashboard_pk_filter_state_key_delete | DELETE /api/v1/dashboard/{pk}/filter_state/{key} | |
SwaggerClient::DashboardFilterStateApi | api_v1_dashboard_pk_filter_state_key_get | GET /api/v1/dashboard/{pk}/filter_state/{key} | |
SwaggerClient::DashboardFilterStateApi | api_v1_dashboard_pk_filter_state_key_put | PUT /api/v1/dashboard/{pk}/filter_state/{key} | |
SwaggerClient::DashboardFilterStateApi | api_v1_dashboard_pk_filter_state_post | POST /api/v1/dashboard/{pk}/filter_state | |
SwaggerClient::DashboardPermanentLinkApi | api_v1_dashboard_permalink_key_get | GET /api/v1/dashboard/permalink/{key} | |
SwaggerClient::DashboardPermanentLinkApi | api_v1_dashboard_pk_permalink_post | POST /api/v1/dashboard/{pk}/permalink | |
SwaggerClient::DashboardsApi | api_v1_dashboard_delete | DELETE /api/v1/dashboard/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_export_get | GET /api/v1/dashboard/export/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_favorite_status_get | GET /api/v1/dashboard/favorite_status/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_get | GET /api/v1/dashboard/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_charts_get | GET /api/v1/dashboard/{id_or_slug}/charts | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_datasets_get | GET /api/v1/dashboard/{id_or_slug}/datasets | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_embedded_delete | DELETE /api/v1/dashboard/{id_or_slug}/embedded | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_embedded_get | GET /api/v1/dashboard/{id_or_slug}/embedded | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_embedded_post | POST /api/v1/dashboard/{id_or_slug}/embedded | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_embedded_put | PUT /api/v1/dashboard/{id_or_slug}/embedded | |
SwaggerClient::DashboardsApi | api_v1_dashboard_id_or_slug_get | GET /api/v1/dashboard/{id_or_slug} | |
SwaggerClient::DashboardsApi | api_v1_dashboard_import_post | POST /api/v1/dashboard/import/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_info_get | GET /api/v1/dashboard/_info | |
SwaggerClient::DashboardsApi | api_v1_dashboard_pk_delete | DELETE /api/v1/dashboard/{pk} | |
SwaggerClient::DashboardsApi | api_v1_dashboard_pk_put | PUT /api/v1/dashboard/{pk} | |
SwaggerClient::DashboardsApi | api_v1_dashboard_pk_thumbnail_digest_get | GET /api/v1/dashboard/{pk}/thumbnail/{digest}/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_post | POST /api/v1/dashboard/ | |
SwaggerClient::DashboardsApi | api_v1_dashboard_related_column_name_get | GET /api/v1/dashboard/related/{column_name} | |
SwaggerClient::DatabaseApi | api_v1_database_available_get | GET /api/v1/database/available/ | |
SwaggerClient::DatabaseApi | api_v1_database_export_get | GET /api/v1/database/export/ | |
SwaggerClient::DatabaseApi | api_v1_database_get | GET /api/v1/database/ | |
SwaggerClient::DatabaseApi | api_v1_database_import_post | POST /api/v1/database/import/ | |
SwaggerClient::DatabaseApi | api_v1_database_info_get | GET /api/v1/database/_info | |
SwaggerClient::DatabaseApi | api_v1_database_pk_delete | DELETE /api/v1/database/{pk} | |
SwaggerClient::DatabaseApi | api_v1_database_pk_function_names_get | GET /api/v1/database/{pk}/function_names/ | |
SwaggerClient::DatabaseApi | api_v1_database_pk_get | GET /api/v1/database/{pk} | |
SwaggerClient::DatabaseApi | api_v1_database_pk_put | PUT /api/v1/database/{pk} | |
SwaggerClient::DatabaseApi | api_v1_database_pk_related_objects_get | GET /api/v1/database/{pk}/related_objects/ | |
SwaggerClient::DatabaseApi | api_v1_database_pk_schemas_get | GET /api/v1/database/{pk}/schemas/ | |
SwaggerClient::DatabaseApi | api_v1_database_pk_select_star_table_name_get | GET /api/v1/database/{pk}/select_star/{table_name}/ | |
SwaggerClient::DatabaseApi | api_v1_database_pk_select_star_table_name_schema_name_get | GET /api/v1/database/{pk}/select_star/{table_name}/{schema_name}/ | |
SwaggerClient::DatabaseApi | api_v1_database_pk_table_table_name_schema_name_get | GET /api/v1/database/{pk}/table/{table_name}/{schema_name}/ | |
SwaggerClient::DatabaseApi | api_v1_database_post | POST /api/v1/database/ | |
SwaggerClient::DatabaseApi | api_v1_database_test_connection_post | POST /api/v1/database/test_connection | |
SwaggerClient::DatabaseApi | api_v1_database_validate_parameters_post | POST /api/v1/database/validate_parameters | |
SwaggerClient::DatasetsApi | api_v1_dataset_delete | DELETE /api/v1/dataset/ | |
SwaggerClient::DatasetsApi | api_v1_dataset_distinct_column_name_get | GET /api/v1/dataset/distinct/{column_name} | |
SwaggerClient::DatasetsApi | api_v1_dataset_export_get | GET /api/v1/dataset/export/ | |
SwaggerClient::DatasetsApi | api_v1_dataset_get | GET /api/v1/dataset/ | |
SwaggerClient::DatasetsApi | api_v1_dataset_import_post | POST /api/v1/dataset/import/ | |
SwaggerClient::DatasetsApi | api_v1_dataset_info_get | GET /api/v1/dataset/_info | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_column_column_id_delete | DELETE /api/v1/dataset/{pk}/column/{column_id} | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_delete | DELETE /api/v1/dataset/{pk} | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_get | GET /api/v1/dataset/{pk} | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_metric_metric_id_delete | DELETE /api/v1/dataset/{pk}/metric/{metric_id} | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_put | PUT /api/v1/dataset/{pk} | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_refresh_put | PUT /api/v1/dataset/{pk}/refresh | |
SwaggerClient::DatasetsApi | api_v1_dataset_pk_related_objects_get | GET /api/v1/dataset/{pk}/related_objects | |
SwaggerClient::DatasetsApi | api_v1_dataset_post | POST /api/v1/dataset/ | |
SwaggerClient::DatasetsApi | api_v1_dataset_related_column_name_get | GET /api/v1/dataset/related/{column_name} | |
SwaggerClient::ExploreFormDataApi | api_v1_explore_form_data_key_delete | DELETE /api/v1/explore/form_data/{key} | |
SwaggerClient::ExploreFormDataApi | api_v1_explore_form_data_key_get | GET /api/v1/explore/form_data/{key} | |
SwaggerClient::ExploreFormDataApi | api_v1_explore_form_data_key_put | PUT /api/v1/explore/form_data/{key} | |
SwaggerClient::ExploreFormDataApi | api_v1_explore_form_data_post | POST /api/v1/explore/form_data | |
SwaggerClient::ExplorePermanentLinkApi | api_v1_explore_permalink_key_get | GET /api/v1/explore/permalink/{key} | |
SwaggerClient::ExplorePermanentLinkApi | api_v1_explore_permalink_post | POST /api/v1/explore/permalink | |
SwaggerClient::FilterSetRestApiApi | api_v1_dashboard_dashboard_id_filtersets_get | GET /api/v1/dashboard/{dashboard_id}/filtersets | |
SwaggerClient::FilterSetRestApiApi | api_v1_dashboard_dashboard_id_filtersets_pk_delete | DELETE /api/v1/dashboard/{dashboard_id}/filtersets/{pk} | |
SwaggerClient::FilterSetRestApiApi | api_v1_dashboard_dashboard_id_filtersets_pk_put | PUT /api/v1/dashboard/{dashboard_id}/filtersets/{pk} | |
SwaggerClient::FilterSetRestApiApi | api_v1_dashboard_dashboard_id_filtersets_post | POST /api/v1/dashboard/{dashboard_id}/filtersets | |
SwaggerClient::ImportexportApi | api_v1_assets_export_get | GET /api/v1/assets/export/ | |
SwaggerClient::ImportexportApi | api_v1_assets_import_post | POST /api/v1/assets/import/ | |
SwaggerClient::LogRestApiApi | api_v1_log_get | GET /api/v1/log/ | |
SwaggerClient::LogRestApiApi | api_v1_log_pk_get | GET /api/v1/log/{pk} | |
SwaggerClient::LogRestApiApi | api_v1_log_post | POST /api/v1/log/ | |
SwaggerClient::MenuApi | api_v1_menu_get | GET /api/v1/menu/ | |
SwaggerClient::OpenApiApi | api_version_openapi_get | GET /api/{version}/_openapi | |
SwaggerClient::QueriesApi | api_v1_query_distinct_column_name_get | GET /api/v1/query/distinct/{column_name} | |
SwaggerClient::QueriesApi | api_v1_query_get | GET /api/v1/query/ | |
SwaggerClient::QueriesApi | api_v1_query_pk_get | GET /api/v1/query/{pk} | |
SwaggerClient::QueriesApi | api_v1_query_related_column_name_get | GET /api/v1/query/related/{column_name} | |
SwaggerClient::QueriesApi | api_v1_saved_query_delete | DELETE /api/v1/saved_query/ | |
SwaggerClient::QueriesApi | api_v1_saved_query_distinct_column_name_get | GET /api/v1/saved_query/distinct/{column_name} | |
SwaggerClient::QueriesApi | api_v1_saved_query_export_get | GET /api/v1/saved_query/export/ | |
SwaggerClient::QueriesApi | api_v1_saved_query_get | GET /api/v1/saved_query/ | |
SwaggerClient::QueriesApi | api_v1_saved_query_import_post | POST /api/v1/saved_query/import/ | |
SwaggerClient::QueriesApi | api_v1_saved_query_info_get | GET /api/v1/saved_query/_info | |
SwaggerClient::QueriesApi | api_v1_saved_query_pk_delete | DELETE /api/v1/saved_query/{pk} | |
SwaggerClient::QueriesApi | api_v1_saved_query_pk_get | GET /api/v1/saved_query/{pk} | |
SwaggerClient::QueriesApi | api_v1_saved_query_pk_put | PUT /api/v1/saved_query/{pk} | |
SwaggerClient::QueriesApi | api_v1_saved_query_post | POST /api/v1/saved_query/ | |
SwaggerClient::QueriesApi | api_v1_saved_query_related_column_name_get | GET /api/v1/saved_query/related/{column_name} | |
SwaggerClient::ReportSchedulesApi | api_v1_report_delete | DELETE /api/v1/report/ | |
SwaggerClient::ReportSchedulesApi | api_v1_report_get | GET /api/v1/report/ | |
SwaggerClient::ReportSchedulesApi | api_v1_report_info_get | GET /api/v1/report/_info | |
SwaggerClient::ReportSchedulesApi | api_v1_report_pk_delete | DELETE /api/v1/report/{pk} | |
SwaggerClient::ReportSchedulesApi | api_v1_report_pk_get | GET /api/v1/report/{pk} | |
SwaggerClient::ReportSchedulesApi | api_v1_report_pk_log_get | GET /api/v1/report/{pk}/log/ | |
SwaggerClient::ReportSchedulesApi | api_v1_report_pk_log_log_id_get | GET /api/v1/report/{pk}/log/{log_id} | |
SwaggerClient::ReportSchedulesApi | api_v1_report_pk_put | PUT /api/v1/report/{pk} | |
SwaggerClient::ReportSchedulesApi | api_v1_report_post | POST /api/v1/report/ | |
SwaggerClient::ReportSchedulesApi | api_v1_report_related_column_name_get | GET /api/v1/report/related/{column_name} | |
SwaggerClient::SecurityApi | api_v1_security_csrf_token_get | GET /api/v1/security/csrf_token/ | |
SwaggerClient::SecurityApi | api_v1_security_guest_token_post | POST /api/v1/security/guest_token/ | |
SwaggerClient::SecurityApi | api_v1_security_login_post | POST /api/v1/security/login | |
SwaggerClient::SecurityApi | api_v1_security_refresh_post | POST /api/v1/security/refresh |
- SwaggerClient::AllOfChartDataQueryObjectDatasource
- SwaggerClient::AllOfChartDataQueryObjectExtras
- SwaggerClient::AllOfChartDataQueryObjectPostProcessingItems
- SwaggerClient::AllOfTableMetadataResponseSchemaPrimaryKey
- SwaggerClient::AnnotationLayer
- SwaggerClient::AnnotationLayerRestApiGet
- SwaggerClient::AnnotationLayerRestApiGetList
- SwaggerClient::AnnotationLayerRestApiGetListUser
- SwaggerClient::AnnotationLayerRestApiGetListUser1
- SwaggerClient::AnnotationLayerRestApiPost
- SwaggerClient::AnnotationLayerRestApiPut
- SwaggerClient::AnnotationRestApiGet
- SwaggerClient::AnnotationRestApiGetAnnotationLayer
- SwaggerClient::AnnotationRestApiGetList
- SwaggerClient::AnnotationRestApiGetListUser
- SwaggerClient::AnnotationRestApiGetListUser1
- SwaggerClient::AnnotationRestApiPost
- SwaggerClient::AnnotationRestApiPut
- SwaggerClient::AnyOfgetListSchemaFiltersValue
- SwaggerClient::AssetsImportBody
- SwaggerClient::CacheInvalidationRequestSchema
- SwaggerClient::CacheRestApiGet
- SwaggerClient::CacheRestApiGetList
- SwaggerClient::CacheRestApiPost
- SwaggerClient::CacheRestApiPut
- SwaggerClient::ChartCacheScreenshotResponseSchema
- SwaggerClient::ChartDataAdhocMetricSchema
- SwaggerClient::ChartDataAggregateOptionsSchema
- SwaggerClient::ChartDataAsyncResponseSchema
- SwaggerClient::ChartDataBoxplotOptionsSchema
- SwaggerClient::ChartDataColumn
- SwaggerClient::ChartDataContributionOptionsSchema
- SwaggerClient::ChartDataDatasource
- SwaggerClient::ChartDataExtras
- SwaggerClient::ChartDataFilter
- SwaggerClient::ChartDataGeodeticParseOptionsSchema
- SwaggerClient::ChartDataGeohashDecodeOptionsSchema
- SwaggerClient::ChartDataGeohashEncodeOptionsSchema
- SwaggerClient::ChartDataPivotOptionsSchema
- SwaggerClient::ChartDataPostProcessingOperation
- SwaggerClient::ChartDataProphetOptionsSchema
- SwaggerClient::ChartDataQueryContextSchema
- SwaggerClient::ChartDataQueryObject
- SwaggerClient::ChartDataResponseResult
- SwaggerClient::ChartDataResponseSchema
- SwaggerClient::ChartDataRestApiGet
- SwaggerClient::ChartDataRestApiGetDashboard
- SwaggerClient::ChartDataRestApiGetList
- SwaggerClient::ChartDataRestApiGetListSqlaTable
- SwaggerClient::ChartDataRestApiGetListUser
- SwaggerClient::ChartDataRestApiGetListUser1
- SwaggerClient::ChartDataRestApiGetListUser2
- SwaggerClient::ChartDataRestApiGetListUser3
- SwaggerClient::ChartDataRestApiGetUser
- SwaggerClient::ChartDataRestApiPost
- SwaggerClient::ChartDataRestApiPut
- SwaggerClient::ChartDataRollingOptionsSchema
- SwaggerClient::ChartDataSelectOptionsSchema
- SwaggerClient::ChartDataSortOptionsSchema
- SwaggerClient::ChartEntityResponseSchema
- SwaggerClient::ChartFavStarResponseResult
- SwaggerClient::ChartGetDatasourceObjectDataResponse
- SwaggerClient::ChartGetDatasourceObjectResponse
- SwaggerClient::ChartGetDatasourceResponseSchema
- SwaggerClient::ChartImportBody
- SwaggerClient::ChartRestApiGet
- SwaggerClient::ChartRestApiGetDashboard
- SwaggerClient::ChartRestApiGetList
- SwaggerClient::ChartRestApiGetListSqlaTable
- SwaggerClient::ChartRestApiGetListUser
- SwaggerClient::ChartRestApiGetListUser1
- SwaggerClient::ChartRestApiGetListUser2
- SwaggerClient::ChartRestApiGetListUser3
- SwaggerClient::ChartRestApiGetUser
- SwaggerClient::ChartRestApiPost
- SwaggerClient::ChartRestApiPut
- SwaggerClient::CssTemplateRestApiGet
- SwaggerClient::CssTemplateRestApiGetList
- SwaggerClient::CssTemplateRestApiGetListUser
- SwaggerClient::CssTemplateRestApiGetListUser1
- SwaggerClient::CssTemplateRestApiGetUser
- SwaggerClient::CssTemplateRestApiPost
- SwaggerClient::CssTemplateRestApiPut
- SwaggerClient::DashboardDatasetSchema
- SwaggerClient::DashboardGetResponseSchema
- SwaggerClient::DashboardImportBody
- SwaggerClient::DashboardPermalinkPostSchema
- SwaggerClient::DashboardRestApiGet
- SwaggerClient::DashboardRestApiGetList
- SwaggerClient::DashboardRestApiGetListRole
- SwaggerClient::DashboardRestApiGetListUser
- SwaggerClient::DashboardRestApiGetListUser1
- SwaggerClient::DashboardRestApiGetListUser2
- SwaggerClient::DashboardRestApiPost
- SwaggerClient::DashboardRestApiPut
- SwaggerClient::Database
- SwaggerClient::DatabaseFunctionNamesResponse
- SwaggerClient::DatabaseImportBody
- SwaggerClient::DatabaseRelatedChart
- SwaggerClient::DatabaseRelatedCharts
- SwaggerClient::DatabaseRelatedDashboard
- SwaggerClient::DatabaseRelatedDashboards
- SwaggerClient::DatabaseRelatedObjectsResponse
- SwaggerClient::DatabaseRestApiGet
- SwaggerClient::DatabaseRestApiGetList
- SwaggerClient::DatabaseRestApiGetListUser
- SwaggerClient::DatabaseRestApiPost
- SwaggerClient::DatabaseRestApiPut
- SwaggerClient::DatabaseSchemasQuerySchema
- SwaggerClient::DatabaseTestConnectionSchema
- SwaggerClient::DatabaseValidateParametersSchema
- SwaggerClient::DatasetColumnsPut
- SwaggerClient::DatasetColumnsRestApiGet
- SwaggerClient::DatasetColumnsRestApiGetList
- SwaggerClient::DatasetColumnsRestApiPost
- SwaggerClient::DatasetColumnsRestApiPut
- SwaggerClient::DatasetImportBody
- SwaggerClient::DatasetMetricRestApiGet
- SwaggerClient::DatasetMetricRestApiGetList
- SwaggerClient::DatasetMetricRestApiPost
- SwaggerClient::DatasetMetricRestApiPut
- SwaggerClient::DatasetMetricsPut
- SwaggerClient::DatasetRelatedChart
- SwaggerClient::DatasetRelatedCharts
- SwaggerClient::DatasetRelatedDashboard
- SwaggerClient::DatasetRelatedDashboards
- SwaggerClient::DatasetRelatedObjectsResponse
- SwaggerClient::DatasetRestApiGet
- SwaggerClient::DatasetRestApiGetDatabase
- SwaggerClient::DatasetRestApiGetList
- SwaggerClient::DatasetRestApiGetListDatabase
- SwaggerClient::DatasetRestApiGetListUser
- SwaggerClient::DatasetRestApiGetListUser1
- SwaggerClient::DatasetRestApiGetSqlMetric
- SwaggerClient::DatasetRestApiGetTableColumn
- SwaggerClient::DatasetRestApiGetUser
- SwaggerClient::DatasetRestApiPost
- SwaggerClient::DatasetRestApiPut
- SwaggerClient::Datasource
- SwaggerClient::DistincResponseSchema
- SwaggerClient::DistinctResultResponse
- SwaggerClient::EmbeddedDashboardConfig
- SwaggerClient::EmbeddedDashboardResponseSchema
- SwaggerClient::ExplorePermalinkPostSchema
- SwaggerClient::FilterSetRestApiGet
- SwaggerClient::FilterSetRestApiGetList
- SwaggerClient::FilterSetRestApiPost
- SwaggerClient::FilterSetRestApiPut
- SwaggerClient::FormDataPostSchema
- SwaggerClient::FormDataPutSchema
- SwaggerClient::GetDeleteIdsSchema
- SwaggerClient::GetExportIdsSchema
- SwaggerClient::GetFavStarIdsSchema
- SwaggerClient::GetInfoSchema
- SwaggerClient::GetInfoSchemaAddColumns
- SwaggerClient::GetItemSchema
- SwaggerClient::GetListSchema
- SwaggerClient::GetListSchemaFilters
- SwaggerClient::GetRelatedSchema
- SwaggerClient::GuestTokenCreate
- SwaggerClient::InlineResponse200
- SwaggerClient::InlineResponse2001
- SwaggerClient::InlineResponse20010
- SwaggerClient::InlineResponse20011
- SwaggerClient::InlineResponse20012
- SwaggerClient::InlineResponse20013
- SwaggerClient::InlineResponse20014
- SwaggerClient::InlineResponse20015
- SwaggerClient::InlineResponse20016
- SwaggerClient::InlineResponse20017
- SwaggerClient::InlineResponse20018
- SwaggerClient::InlineResponse20019
- SwaggerClient::InlineResponse2001Filters
- SwaggerClient::InlineResponse2001FiltersColumnName
- SwaggerClient::InlineResponse2002
- SwaggerClient::InlineResponse20020
- SwaggerClient::InlineResponse20021
- SwaggerClient::InlineResponse20022
- SwaggerClient::InlineResponse20023
- SwaggerClient::InlineResponse20024
- SwaggerClient::InlineResponse20025
- SwaggerClient::InlineResponse20026
- SwaggerClient::InlineResponse20027
- SwaggerClient::InlineResponse20028
- SwaggerClient::InlineResponse20029
- SwaggerClient::InlineResponse2003
- SwaggerClient::InlineResponse20030
- SwaggerClient::InlineResponse20031
- SwaggerClient::InlineResponse20032
- SwaggerClient::InlineResponse20033
- SwaggerClient::InlineResponse20034
- SwaggerClient::InlineResponse20035
- SwaggerClient::InlineResponse20036
- SwaggerClient::InlineResponse20036Result
- SwaggerClient::InlineResponse20037
- SwaggerClient::InlineResponse20038
- SwaggerClient::InlineResponse20039
- SwaggerClient::InlineResponse2004
- SwaggerClient::InlineResponse20040
- SwaggerClient::InlineResponse20041
- SwaggerClient::InlineResponse20042
- SwaggerClient::InlineResponse20043
- SwaggerClient::InlineResponse20044
- SwaggerClient::InlineResponse20045
- SwaggerClient::InlineResponse20046
- SwaggerClient::InlineResponse20047
- SwaggerClient::InlineResponse20048
- SwaggerClient::InlineResponse20049
- SwaggerClient::InlineResponse2005
- SwaggerClient::InlineResponse20050
- SwaggerClient::InlineResponse2006
- SwaggerClient::InlineResponse2007
- SwaggerClient::InlineResponse2007Result
- SwaggerClient::InlineResponse2008
- SwaggerClient::InlineResponse2009
- SwaggerClient::InlineResponse200DescriptionColumns
- SwaggerClient::InlineResponse200LabelColumns
- SwaggerClient::InlineResponse201
- SwaggerClient::InlineResponse2011
- SwaggerClient::InlineResponse20110
- SwaggerClient::InlineResponse20111
- SwaggerClient::InlineResponse20112
- SwaggerClient::InlineResponse20113
- SwaggerClient::InlineResponse20114
- SwaggerClient::InlineResponse2012
- SwaggerClient::InlineResponse2013
- SwaggerClient::InlineResponse2014
- SwaggerClient::InlineResponse2015
- SwaggerClient::InlineResponse2016
- SwaggerClient::InlineResponse2017
- SwaggerClient::InlineResponse2018
- SwaggerClient::InlineResponse2019
- SwaggerClient::InlineResponse400
- SwaggerClient::LogRestApiGet
- SwaggerClient::LogRestApiGetList
- SwaggerClient::LogRestApiGetListUser
- SwaggerClient::LogRestApiGetUser
- SwaggerClient::LogRestApiPost
- SwaggerClient::LogRestApiPut
- SwaggerClient::QueryRestApiGet
- SwaggerClient::QueryRestApiGetDatabase
- SwaggerClient::QueryRestApiGetList
- SwaggerClient::QueryRestApiGetListDatabase
- SwaggerClient::QueryRestApiGetListUser
- SwaggerClient::QueryRestApiPost
- SwaggerClient::QueryRestApiPut
- SwaggerClient::RelatedResponseSchema
- SwaggerClient::RelatedResultResponse
- SwaggerClient::ReportExecutionLogRestApiGet
- SwaggerClient::ReportExecutionLogRestApiGetList
- SwaggerClient::ReportExecutionLogRestApiPost
- SwaggerClient::ReportExecutionLogRestApiPut
- SwaggerClient::ReportRecipient
- SwaggerClient::ReportRecipientConfigJSON
- SwaggerClient::ReportScheduleRestApiGet
- SwaggerClient::ReportScheduleRestApiGetDashboard
- SwaggerClient::ReportScheduleRestApiGetDatabase
- SwaggerClient::ReportScheduleRestApiGetList
- SwaggerClient::ReportScheduleRestApiGetListReportRecipients
- SwaggerClient::ReportScheduleRestApiGetListUser
- SwaggerClient::ReportScheduleRestApiGetListUser1
- SwaggerClient::ReportScheduleRestApiGetListUser2
- SwaggerClient::ReportScheduleRestApiGetReportRecipients
- SwaggerClient::ReportScheduleRestApiGetSlice
- SwaggerClient::ReportScheduleRestApiGetUser
- SwaggerClient::ReportScheduleRestApiPost
- SwaggerClient::ReportScheduleRestApiPut
- SwaggerClient::Resource
- SwaggerClient::RlsRule
- SwaggerClient::Roles
- SwaggerClient::SavedQueryImportBody
- SwaggerClient::SavedQueryRestApiGet
- SwaggerClient::SavedQueryRestApiGetDatabase
- SwaggerClient::SavedQueryRestApiGetList
- SwaggerClient::SavedQueryRestApiGetListDatabase
- SwaggerClient::SavedQueryRestApiGetListUser
- SwaggerClient::SavedQueryRestApiGetUser
- SwaggerClient::SavedQueryRestApiPost
- SwaggerClient::SavedQueryRestApiPut
- SwaggerClient::SchemasResponseSchema
- SwaggerClient::ScreenshotQuerySchema
- SwaggerClient::SecurityLoginBody
- SwaggerClient::SelectStarResponseSchema
- SwaggerClient::TableMetadataColumnsResponse
- SwaggerClient::TableMetadataForeignKeysIndexesResponse
- SwaggerClient::TableMetadataOptionsResponse
- SwaggerClient::TableMetadataPrimaryKeyResponse
- SwaggerClient::TableMetadataResponseSchema
- SwaggerClient::TemporaryCachePostSchema
- SwaggerClient::TemporaryCachePutSchema
- SwaggerClient::ThumbnailQuerySchema
- SwaggerClient::User
- SwaggerClient::User1
- SwaggerClient::UserResponseSchema
- SwaggerClient::ValidatorConfigJSON