Skip to main content

BootstrapService_GetBootstrapAgentTemplates

GET 

/v2/sentry/bootstrap/template

BootstrapService_GetBootstrapAgentTemplates

Request

Query Parameters

    q string

    query for filtering

    name string

    name is unique ID of a resource along with (partnerID, organizationID, projectID)

    selector string

    selector is used to filter the labels of a resource

    partner string
    organization string
    project string
    group string
    role string
    displayName string

    displayName only used for update queries to set displayName (READONLY)

    labels string

    labels only used for update queries to set labels (READONLY)

    This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18

    annotations string

    annotations only used for update queries to set annotations (READONLY)

    This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18

    count int64
    offset int64
    limit int64
    ignoreScopeDefault boolean

    ignoreScopeDefault ignores default values for partnerID, organizationID and projectID

    globalScope boolean

    globalScope sets partnerID,organizationID,projectID = 0

    orderBy string
    order string
    deleted boolean
    extended boolean
    urlScope string

    urlScope is supposed to be passed in the URL as kind/HashID(value)

    isSSOUser boolean
    username string
    groups string[]
    blueprintRef string
    publishedVersion string
    clusterID string
    ID string
    account string
    type string

    generic way to specify a type of resource, mainly for use in users endpoint

Responses

A successful response.

Schema
    apiVersion API Version

    Default value: infra.k8smgmt.io/v3

    API Version of the list resource

    kind Kind

    Default value: BootstrapAgentTemplateList

    Kind of the list resource

    metadata object

    Metadata of the list resource

    count int64
    offset int64
    limit int64
    items object[]
  • Array [
  • apiVersion API Version

    Default value: infra.k8smgmt.io/v3

    API Version of the resource

    kind Kind

    Default value: BootstrapAgentTemplate

    Kind of the resource

    metadata object

    Metadata of the resource

    name Namerequired

    name of the resource

    displayName Display Name

    display name of the resource

    description Description

    description of the resource

    labels object

    labels of the resource

    property name* string
    annotations object

    annotations of the resource

    property name* string
    project Projectrequired

    Project of the resource

    organization Organization

    Organization to which the resource belongs

    partner Partner

    Partner to which the resource belongs

    id string
    urlScope string
    createdAt date-time
    modifiedAt date-time
    spec object
    infraRef string
    autoRegister boolean
    ignoreMultipleRegister boolean
    autoApprove boolean
    templateType string

    Possible values: [TemplateTypeNotSet, Client, Server, Mixed]

    Default value: TemplateTypeNotSet

    token string
    hosts object[]
  • Array [
  • host string
    type string

    Possible values: [HostTypeNotSet, HostTypeInternal, HostTypeExternal]

    Default value: HostTypeNotSet

  • ]
  • inClusterTemplate string
    outOfClusterTemplate string
    status object
  • ]
Loading...
CNCF

We are a Cloud Native Computing Foundation sandbox project.