APIs.io Engineering Platform · Schema
load-balancing_schemas-references_response
APIs.ioEngineeringPlatform
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/load-balancing_schemas-references_response",
"title": "load-balancing_schemas-references_response",
"allOf": [
{
"$ref": "#/components/schemas/load-balancing_api-response-collection"
},
{
"properties": {
"result": {
"description": "List of resources that reference a given pool.",
"example": [
{
"reference_type": "referrer",
"resource_id": "699d98642c564d2e855e9661899b7252",
"resource_name": "www.example.com",
"resource_type": "load_balancer"
},
{
"reference_type": "referral",
"resource_id": "f1aba936b94213e5b8dca0c0dbf1f9cc",
"resource_name": "Login page monitor",
"resource_type": "monitor"
}
],
"items": {
"properties": {
"reference_type": {
"enum": [
"*",
"referral",
"referrer"
],
"type": "string"
},
"resource_id": {
"type": "string"
},
"resource_name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
}
}
]
}