k0rdent AI Docs

Validate server

Validate host reachability and required metadata.

POST
/v1/regions/{region}/projects/{project}/infrastructure/servers/{id}:validate

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication using OAuth2/OIDC tokens

In: header

Path Parameters

region*string

Region identifier

project*string

Project identifier

id*string

Unique server identifier (UUID)

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.k0rdent.ai/v1/regions/string/projects/string/infrastructure/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08:validate"
{
  "valid": true,
  "errors": [
    "string"
  ]
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}

How is this guide?

On this page

No Headings