OrganizationService_GetOrganization
GET/auth/v3/partner/{metadata.partner}/organization/{metadata.name}
OrganizationService_GetOrganization
Request
Path Parameters
Partner to which the resource belongs
name of the resource
Query Parameters
Default value: system.k8smgmt.io/v3
API Version
API Version of the resource
Default value: Organization
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
Billing Address
Billing address of the organization
Active
Represents if this organization is active
Approved
Is this organization active
Type
Type of organization
Address Line 1
Address of the organization
Address Line 2
Address of the organization
City
City
Country
Country of the organization
Phone
Phone number of the organization
State
State of the organization
Zipcode
Zipcode
Is Private
Is Private Organization
Is TOTP Enabled
Is TOTP enabled at organization level
Clusters Shared
Are clusters shared
Enabled
Is lockout settings enabled?
Period Minutes
Lockout period in Minutes
Attempts
Max number of attempts before lockout
Idle Logout Minutes
Idle Logout time in minutes
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: Organization
Kind of the resource
metadata objectrequired
spec objectrequired
status object
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Organization",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"billingAddress": "string",
"active": true,
"approved": true,
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"phone": "string",
"state": "string",
"zipcode": "string",
"isPrivate": true,
"isTotpEnabled": true,
"areClustersShared": true,
"settings": {
"lockout": {
"enabled": true,
"periodMin": 0,
"attempts": 0
},
"idleLogoutMin": 0
}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.619Z",
"reason": "string"
}
}
- Schema
- Example (from schema)
Schema
Default value: system.k8smgmt.io/v3
API Version of the resource
Default value: Organization
Kind of the resource
metadata objectrequired
spec objectrequired
status object
{
"apiVersion": "system.k8smgmt.io/v3",
"kind": "Organization",
"metadata": {
"name": "some-name",
"project": "defaultproject"
},
"spec": {
"billingAddress": "string",
"active": true,
"approved": true,
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"phone": "string",
"state": "string",
"zipcode": "string",
"isPrivate": true,
"isTotpEnabled": true,
"areClustersShared": true,
"settings": {
"lockout": {
"enabled": true,
"periodMin": 0,
"attempts": 0
},
"idleLogoutMin": 0
}
},
"status": {
"conditionType": "string",
"conditionStatus": "StatusNotSet",
"lastUpdated": "2024-02-15T00:40:10.620Z",
"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
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Authorization: X-API-KEYID
name: X-API-KEYIDtype: apiKeyin: header
name: X-API-TOKENtype: apiKeyin: header
name: BasicAuthtype: httpscheme: basic
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://website-qwrdwgng9-paralus.vercel.app' \
-H 'Accept: application/json' \
-H 'X-API-KEYID: <API_KEY_VALUE>' \
-H 'X-API-TOKEN: <API_KEY_VALUE>'