BootstrapService_GetBootstrapInfra
GET/v2/sentry/bootstrap/infra/{metadata.name}
BootstrapService_GetBootstrapInfra
Request
Path Parameters
name of the resource
Query Parameters
Default value: infra.k8smgmt.io/v3
API Version
API Version of the resource
Default value: BootstrapInfra
Kind
Kind of the resource
Display Name
display name of the resource
Description
description of the resource
Labels
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
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
Project
Project of the resource
Organization
Organization to which the resource belongs
Partner
Partner to which the resource belongs
Responses
- 200
- 403
- 404
- 500
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
Default value: infra.k8smgmt.io/v3
API Version of the resource
Default value: BootstrapInfra
Kind of the resource
metadata object
Metadata of the resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec object
{
"apiVersion": "infra.k8smgmt.io/v3",
"kind": "BootstrapInfra",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"caCert": "string",
"caKey": "string",
"caKeyPass": "string"
},
"status": {}
}
- Schema
- Example (from schema)
Schema
Default value: infra.k8smgmt.io/v3
API Version of the resource
Default value: BootstrapInfra
Kind of the resource
metadata object
Metadata of the resource
name of the resource
display name of the resource
description of the resource
labels object
labels of the resource
annotations object
annotations of the resource
Project of the resource
Organization to which the resource belongs
Partner to which the resource belongs
spec object
{
"apiVersion": "infra.k8smgmt.io/v3",
"kind": "BootstrapInfra",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"caCert": "string",
"caKey": "string",
"caKeyPass": "string"
},
"status": {}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the resource does not exist.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned for internal server error
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
An unexpected error response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
- Array [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}