Skip to main content

ProjectService_GetProject

GET 

/auth/v3/partner/{metadata.partner}/organization/{metadata.organization}/project/{metadata.name}

ProjectService_GetProject

Request

Path Parameters

    metadata.partner stringrequired

    Partner to which the resource belongs

    metadata.organization stringrequired

    Organization to which the resource belongs

    metadata.name stringrequired

    name of the resource

Query Parameters

    apiVersion stringrequired

    Default value: system.k8smgmt.io/v3

    API Version

    API Version of the resource

    kind stringrequired

    Default value: Project

    Kind

    Kind of the resource

    metadata.displayName string

    Display Name

    display name of the resource

    metadata.description string

    Description

    description of the resource

    metadata.labels string

    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

    metadata.annotations string

    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

    metadata.project stringrequired

    Project

    Project of the resource

    metadata.id string
    metadata.urlScope string
    metadata.createdAt date-time
    metadata.modifiedAt date-time
    spec.default boolean

    Default

    flag to indicate if this is the default project in the organization

    status.conditionType string

    Condition Type

    type of the status condition

    status.conditionStatus string

    Possible values: [StatusNotSet, StatusSubmitted, StatusOK, StatusFailed]

    Default value: StatusNotSet

    Condition Status

    status of the condition

    status.lastUpdated date-time

    Last Updated

    when the condition status is last updated

    status.reason string

    Reason

    reason of the last condition status

Responses

A successful response.

Schema
    apiVersion API Versionrequired

    Default value: system.k8smgmt.io/v3

    API Version of the resource

    kind Kindrequired

    Default value: Project

    Kind of the resource

    metadata objectrequired

    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 objectrequired

    Spec of the resource

    default Default

    flag to indicate if this is the default project in the organization

    projectNamespaceRoles object[]

    Project, namespace, role associations with groups

  • Array [
  • project Project

    Project

    namespace Namespace

    Namespace

    role Role

    Role

    group Group

    Group

  • ]
  • userRoles object[]

    List of users with roles assigned to projects

  • Array [
  • user User

    User

    role Role

    Role

    namespace Namespace

    Namespace

  • ]
  • status object

    Status of the resource

    conditionType Condition Type

    type of the status condition

    conditionStatus Condition Status

    Possible values: [StatusNotSet, StatusSubmitted, StatusOK, StatusFailed]

    Default value: StatusNotSet

    status of the condition

    lastUpdated date-time

    when the condition status is last updated

    reason Reason

    reason of the last condition status

Loading...
CNCF

We are a Cloud Native Computing Foundation sandbox project.