Get gateways

get

/apiplatform/management/v1/gateways

Returns a collection of gateways the requesting user is authorized to view. The response also contains HATEOAS links to related operations.

Users requesting this resource must be assigned Plan Manager, API Manager or Gateway Manager role. Only gateways the user is issued the Manage Gateway or View all Details grants for are returned.

Request

Supported Media Types
Query Parameters
  • Collection Format: csv
    Pass optional fields, separated by commas, in this parameter to return them in the response. See the operation's description for a list of expand values.
  • Collection Format: csv
    Pass optional fields, separated by commas, in this parameter to return them in the response. See the operation's description for a list of field values.
  • Number of items to retrieve. 1 is the minumum; 128 is the maximum.
    Default Value: 128
  • Offset the list returned results by this amount. Default is zero.
    Default Value: 0
  • Collection Format: csv
    Pass sorting criteria, comma separated.
  • Pass filtering criteria, using the SCIM filter expression syntax
  • Include the total result count in the response.
    Default Value: false
Back to Top

Response

Supported Media Types

200 Response

The collection of gateways.
Body ()
Root Schema : GetGatewaysResponse
Match All
Show Source
Nested Schema : CollectionResponseFeature
Type: object
Show Source
Nested Schema : LinksResponseFeature
Type: object
Show Source
Nested Schema : CollectionResponsePagingFeature
Type: object
Show Source
Nested Schema : GetGatewaysResponse-allOf[3]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : GetGatewaysItem
Match All
Show Source
Nested Schema : Gateway
Match All
Show Source
Nested Schema : ResourceLinksProperties
Type: object
Show Source
Nested Schema : GatewayId
Type: object
Show Source
Nested Schema : GatewayIdentity
Type: object
Show Source
Nested Schema : GatewayDef
Type: object
Show Source
Nested Schema : GatewayMetadata
Type: object
Show Source
Nested Schema : configuration
Type: object
Show Source
Nested Schema : firewall
Type: object
Show Source
Nested Schema : proxyUrls
Type: array
Show Source
Nested Schema : urls
Type: array
Show Source

403 Response

Forbidden.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source
Back to Top

Examples

The following example shows how to retrieve full view of the logical gateways the requesting user is authorized to view by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL

curl -i -X GET 
-H "Authorization: Bearer access_token"
https://example.com/apiplatform/management/v1/gateways

Example of Response Headers

The following shows an example of the response headers.

HTTP/1.1 200 OK
Server: Oracle-Traffic-Director/12.2.1.0.0
Date: Wed, 14 Feb 2018 11:21:50 GMT
Content-length: 1102
Content-type: application/json
X-oracle-dms-ecid: a7070a18-e96d-4e69-a511-58eafd07a798-0000f161
X-oracle-dms-rid: 0:1
Via: 1.1 otd_opc
Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0

Example of Response Body

The following example shows the contents of the response body in JSON format, including details of each gateway and HATEOAS links to related operations.

{
    "offset": 0,
    "count": 5,
    "limit": 128,
    "hasMore": false,
    "links": [
        {
            "method": "GET",
            "rel": "self",
            "href": "http://example.com:443/apiplatform/management/v1/gateways?offset=0=128"
        },
        {
            "method": "GET",
            "rel": "canonical",
            "href": "http://example.com:443/apiplatform/management/v1/gateways"
        },
        {
            "method": "POST",
            "rel": "create",
            "href": "http://example.com:443/apiplatform/management/v1/gateways"
        }
    ],
    "items": [
        {
            "updatedBy": "admin",
            "releaseVersion": "18.1.5",
            "description": "description",
            "createdAt": "2018-02-05T09:03:12-0800",
            "urls": [
                "http://example.com:8001",
                "https://example.com:7002"
            ],
            "proxyUrls": [],
            "firewall": {
                "maxUnboundedItems": "1024",
                "maxChildElementDepth": "1024",
                "maxItemValueLength": "102400",
                "maxMessageSize": "1024000"
            },
            "createdBy": "api-gateway-user",
            "name": "Production Gateway",
            "location": "",
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "history",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100/history"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "rename",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100/identity"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "nodes",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100/nodes"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "deployments",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100/deployments"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "grants",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/100/grants"
                }
            ],
            "id": "100",
            "updatedAt": "2018-02-13T14:53:01-0800"
        },
        {
            "createdAt": "2018-02-05T20:51:22-0800",
            "urls": [],
            "proxyUrls": [],
            "updatedBy": "admin",
            "firewall": {
                "maxUnboundedItems": "1024",
                "maxChildElementDepth": "1024",
                "maxItemValueLength": "102400",
                "maxMessageSize": "1024000"
            },
            "createdBy": "admin",
            "releaseVersion": "18.1.5",
            "name": "GoldGw",
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "history",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101/history"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "rename",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101/identity"
                },
                {
                    "templated": "true",
                    "method": "DELETE",
                    "rel": "delete",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "nodes",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101/nodes"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "deployments",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101/deployments"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "grants",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/101/grants"
                }
            ],
            "id": "101",
            "updatedAt": "2018-02-05T20:51:22-0800"
        },
        {
            "createdAt": "2018-02-08T00:19:34-0800",
            "urls": [
                "http://example.com"
            ],
            "proxyUrls": [],
            "updatedBy": "admin",
            "firewall": {
                "maxUnboundedItems": "1024",
                "maxChildElementDepth": "1024",
                "maxItemValueLength": "102400",
                "maxMessageSize": "1024000"
            },
            "createdBy": "admin",
            "releaseVersion": "18.1.5",
            "name": "Test",
            "location": "http://gogle.com",
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "history",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102/history"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "rename",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102/identity"
                },
                {
                    "templated": "true",
                    "method": "DELETE",
                    "rel": "delete",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "nodes",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102/nodes"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "deployments",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102/deployments"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "grants",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/102/grants"
                }
            ],
            "id": "102",
            "updatedAt": "2018-02-08T00:20:40-0800"
        },
        {
            "createdAt": "2018-02-12T21:34:56-0800",
            "urls": [
                "http://example.com"
            ],
            "proxyUrls": [],
            "updatedBy": "admin",
            "firewall": {
                "maxUnboundedItems": "1024",
                "maxChildElementDepth": "1024",
                "maxItemValueLength": "102400",
                "maxMessageSize": "1024000"
            },
            "createdBy": "admin",
            "releaseVersion": "18.1.5",
            "name": "MyGateway",
            "location": "example.com",
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "history",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103/history"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "rename",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103/identity"
                },
                {
                    "templated": "true",
                    "method": "DELETE",
                    "rel": "delete",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "nodes",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103/nodes"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "deployments",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103/deployments"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "grants",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/103/grants"
                }
            ],
            "id": "103",
            "updatedAt": "2018-02-12T21:35:46-0800"
        },
        {
            "createdAt": "2018-02-13T23:00:25-0800",
            "urls": [],
            "proxyUrls": [],
            "updatedBy": "admin",
            "firewall": {
                "maxUnboundedItems": "1024",
                "maxChildElementDepth": "1024",
                "maxItemValueLength": "102400",
                "maxMessageSize": "1024000"
            },
            "createdBy": "admin",
            "releaseVersion": "18.1.5",
            "name": "New",
            "links": [
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "self",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "canonical",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "history",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104/history"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "edit",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104"
                },
                {
                    "templated": "true",
                    "method": "PUT",
                    "rel": "rename",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104/identity"
                },
                {
                    "templated": "true",
                    "method": "DELETE",
                    "rel": "delete",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "nodes",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104/nodes"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "deployments",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104/deployments"
                },
                {
                    "templated": "true",
                    "method": "GET",
                    "rel": "grants",
                    "href": "http://example.com:443/apiplatform/management/v1/gateways/104/grants"
                }
            ],
            "id": "104",
            "updatedAt": "2018-02-13T23:00:25-0800"
        }
    ]
}
Back to Top