Boundary Controller HTTP API
Alias Service
Lists all Aliases in a specific Scope.
Query Parameters
scope_id
string
recursive
boolean
filter
string
list_token
string
An opaque token used to continue an existing iteration or request updated items. If not specified, pagination will start from the beginning.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the default page configured, an error will be returned.
Creates a single Alias in the provided scope.
Body Parameters
scope_id
string
The ID of the scope of which this Alias is a part.
name
string
Optional user-set name for identification purposes.
description
string
Optional user-set descripton for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
value
string
Required value of the alias. This is the value referenced by the user that is resolved to the destination id.
destination_id
string
destination_id is the id of the resource that this Alias points to.
type
string
type is the type of the alias.
attributes
object
The attributes that are applicable for the specific Alias type.
Gets a single Alias.
Path Parameters
id
string
RequiredDeletes an Alias.
Path Parameters
id
string
RequiredUpdates an Alias.
Path Parameters
id
string
RequiredBody Parameters
scope_id
string
The ID of the scope of which this Alias is a part.
name
string
Optional user-set name for identification purposes.
description
string
Optional user-set descripton for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
value
string
Required value of the alias. This is the value referenced by the user that is resolved to the destination id.
destination_id
string
destination_id is the id of the resource that this Alias points to.
type
string
type is the type of the alias.
attributes
object
The attributes that are applicable for the specific Alias type.