List Allowed Addresses
This page is part of MariaDB's Documentation.
The parent of this page is: SkySQL API
Topics on this page:
Overview
Retrieve a list of IP addresses which are currently on the allowlist for accessing the service and its monitoring system
See also: MariaDB SkySQL REST API Reference
USAGE
GET /services/{service_id}/security/allowlist/
Parameter | Required |
---|---|
limit | No |
offset | No |
Response Code | Type | Example Response |
---|---|---|
200 | Success | [
{
"comment": "string",
"ip_address": "string",
"service_id": "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 |
|