Skip to main content

LocationService_GetLocations

GET 

/infra/v3/partner/{metadata.partner}/location

LocationService_GetLocations

Request

Path Parameters

    metadata.partner stringrequired

    Partner to which the resource belongs

Query Parameters

    apiVersion stringrequired

    Default value: infra.k8smgmt.io/v3

    API Version

    API Version of the resource

    kind stringrequired

    Default value: Location

    Kind

    Kind of the resource

    metadata.name stringrequired

    Name

    name 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.organization string

    Organization

    Organization to which the resource belongs

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

    ID of Location

    ID Location of the cluster

    spec.name string

    Location

    Location of the cluster

    spec.city string

    City

    City of the location

    spec.state string

    State

    State of the location

    spec.country string

    Country

    country of the location

    spec.locale string

    Locale

    locale of the location

    spec.latitude string

    Latitude

    Latitude of the location

    spec.longitude string

    Longitude

    Longitude of the location

    spec.countryCode string

    CountryCode

    CountryCode of the location

    spec.stateCode string

    StateCode

    StateCode of the location

    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 Version

    Default value: infra.k8smgmt.io/v3

    API Version of the list resource

    kind Kind

    Default value: LocationList

    Kind of the list resource

    metadata object

    Metadata of the list resource

    count int64
    offset int64
    limit int64
    items object[]

    List of the resources

  • Array [
  • id ID of Location

    ID Location of the cluster

    name Location

    Location of the cluster

    city City

    City of the location

    state State

    State of the location

    country Country

    country of the location

    locale Locale

    locale of the location

    latitude Latitude

    Latitude of the location

    longitude Longitude

    Longitude of the location

    countryCode CountryCode

    CountryCode of the location

    stateCode StateCode

    StateCode of the location

  • ]
Loading...
CNCF

We are a Cloud Native Computing Foundation sandbox project.