List Services

Overview

Retrieve a list of services owned by the current user

See also: MariaDB SkySQL REST API Reference

USAGE

GET /services/

Parameter

Required

name

No

limit

No

offset

No

Response Code

Type

Example Response

200

Success

[
  {
    "name": "string",
    "maxscale_config": "string",
    "maxscale_proxy": "string",
    "monitor": "string",
    "provider": "string",
    "region": "string",
    "release_version": "string",
    "replicas": "string",
    "size": "string",
    "tier": "string",
    "topology": "string",
    "tx_storage": "string",
    "volume_iops": "100",
    "ssl_tls": "string",
    "owned_by": "string",
    "id": "string",
    "custom_config": "string",
    "fqdn": "string",
    "install_status": "string",
    "ip_address": "string",
    "number": "string",
    "read_only_port": "string",
    "read_write_port": "string",
    "created_on": "string",
    "updated_on": "string"
  }
]

401

Unauthorized

{
  "detail": "string"
}

403

Forbidden

{
  "detail": "string"
}

422

Validation Error

{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

502

Bad Gateway

{
  "detail": "string"
}

DETAILS

SYNONYMS

SCHEMA

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

0.0

  • Present starting in SkySQL previous release DBaaS API 0.0.103.

EXTERNAL REFERENCES