get_content_tbl: Get the Content table via the Connect API

View source: R/get_content_tbl.R

get_content_tblR Documentation

Get the Content table via the Connect API

Description

This provides a tibble that relates to all content on Connect. It has the following columns:

  • guid:

  • name:

  • title:

  • description:

  • access_type:

  • connection_timeout:

  • read_timeout:

  • init_timeout:

  • idle_timeout:

  • max_processes:

  • min_processes:

  • max_conns_per_process:

  • load_factor:

  • created_time:

  • last_deployed_time:

  • bundle_id:

  • app_mode:

  • content_category:

  • parameterized:

  • cluster_name:

  • image_name:

  • r_version:

  • py_version:

  • quarto_version:

  • run_as:

  • run_as_current_user:

  • owner_guid:

  • content_url:

  • dashboard_url:

  • app_role:

  • id:

  • owner:

  • tags:

Usage

get_content_tbl(conn = create_connection())

Arguments

conn

the Connect server connection details containing the server and API key.

Value

a tibble


kmasiello/rscview documentation built on Jan. 3, 2023, 2:58 p.m.