silo_list

Lists silos that are discoverable based on the current permissions.

get/v1/system/silos

Query Parameters

limit
page_token
sort_by

Supported set of sort modes for scanning by name or id

Responses

Object
items

list of items on this page of results

View of a Silo

A Silo is the highest level unit of isolation.

Object
description

human-readable free-form text about a resource

discoverable

A silo where discoverable is false can be retrieved only by its id - it will not be part of the "list all silos" output.

id

unique, immutable, system-controlled identifier for each resource

identity_mode

How users and groups are managed in this Silo

Describes how identities are managed and users are authenticated in this Silo

mapped_fleet_roles

Mapping of which Fleet roles are conferred by each Silo role

The default is that no Fleet roles are conferred by any Silo roles unless there's a corresponding entry in this map.

Key
String
Value
array
admincollaboratorviewer
name

unique, mutable, user-controlled identifier for each resource

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

time_created

timestamp when this resource was created

time_modified

timestamp when this resource was last modified

next_page

token used to fetch the next page of results (if any)