Read Allowlist Status

Overview

View the status of any allowlist updates for the service

See also: MariaDB SkySQL REST API Reference

USAGE

GET /services/{service_id}/security/allowlist/status

Response Code

Type

Example Response

200

Success

{
  "status": "string"
}

422

Validation Error

{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "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