PartnerService_GetPartner
GET/auth/v3/partner/{metadata.name}
PartnerService_GetPartner
Request
Path Parameters
name of the resource
Query Parameters
Default value: system.k8smgmt.io/v3
API Version
API Version of the resource
Default value: Partner
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
Host
Host of the partner
Domain
Domain of the partner
TOS
Terms of service url of the partner
Logo
Logo url of the partner
Notification Email
Notification email of the partner
Helpdesk Email
Helpdesk email of the partner
Product Name
Product Name
Support Team Name
Support Team Name
OPS Host
Operations host of the partner
Fav Icon Link
Fav Icon Link
TOTP Enabled
TOTP Enabled flag at the partner level
Settings
Settings of the partner
Condition Type
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
Condition Status
status of the condition
Last Updated
when the condition status is last updated
Reason
reason of the last condition status
Responses
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the resource
Default value: Partner
Kind of the resource
metadata objectrequired
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 objectrequired
Spec of the resource
Host of the partner
Domain of the partner
Terms of service url of the partner
Logo url of the partner
Notification email of the partner
Helpdesk email of the partner
Product Name
Support Team Name
Operations host of the partner
Fav Icon Link
TOTP Enabled flag at the partner level
Settings of the partner
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Partner",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"host": "string",
"domain": "string",
"tosLink": "string",
"logoLink": "string",
"notificationEmail": "string",
"helpdeskEmail": "string",
"productName": "string",
"supportTeamName": "string",
"opsHost": "string",
"favIconLink": "string",
"isTOTPEnabled": true,
"settings": {}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.662Z",
"reason": "string"
}
}
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the resource
Default value: Partner
Kind of the resource
metadata objectrequired
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 objectrequired
Spec of the resource
Host of the partner
Domain of the partner
Terms of service url of the partner
Logo url of the partner
Notification email of the partner
Helpdesk email of the partner
Product Name
Support Team Name
Operations host of the partner
Fav Icon Link
TOTP Enabled flag at the partner level
Settings of the partner
status object
Status of the resource
type of the status condition
Possible values: [StatusNotSet
, StatusSubmitted
, StatusOK
, StatusFailed
]
Default value: StatusNotSet
status of the condition
when the condition status is last updated
reason of the last condition status
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Partner",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"host": "string",
"domain": "string",
"tosLink": "string",
"logoLink": "string",
"notificationEmail": "string",
"helpdeskEmail": "string",
"productName": "string",
"supportTeamName": "string",
"opsHost": "string",
"favIconLink": "string",
"isTOTPEnabled": true,
"settings": {}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.663Z",
"reason": "string"
}
}
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
string
- Schema
Schema
string
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"
}
]
}