Update Configuration

Overview

Update an existing custom configuration (e.g., provision more IOPS, change node type)

See also: MariaDB SkySQL REST API Reference

USAGE

PATCH /configurations/{configuration_identifier}

Response Code

Type

Example Response

200

Success

{
  "name": "string",
  "public": "string",
  "topology": "string",
  "number": "string",
  "configuration_versions": [
    {
      "config_json": {},
      "current_version": "string",
      "version": "string"
    }
  ]
}

401

Unauthorized

{
  "detail": "string"
}

403

Forbidden

{
  "detail": "string"
}

404

Not Found

{
  "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