v6

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-28172255.4 KB
Mappings

Get all mappings

Retrieves a list of all available gateway mappings.

get/gateway/mapping/all

Response

List of mappings retrieved successfully

Example response

{
  "body": {
    "results": [
      {
        "subject": "ms.gateway.abcdef123456.mapping.get.api.users",
        "path": "/api/users",
        "method": "GET",
        "is_public": true,
        "limit": {
          "request": 5000,
          "time": 1000
        },
        "timeout": 30000,
        "traffic_distribution": {
          "1": 100
        },
        "modified": 1713531894,
        "type": "created"
      }
    ],
    "results_total": 2
  },
  "metadata": {
    "subject": "ms.gateway.abcdef123456.gateway"
  }
}