SNAT Pools

Overview

This document describes the API to list SNAT Pools and their properties in BIG-IQ. This API section is for both collection-level and instance-level get requests.

REST Endpoint: /mgmt/cm/adc-core/working-config/ltm/snatpool

Requests

GET /mgmt/cm/adc-core/working-config/ltm/snatpool/<id>

Request Parameters

None

Query Parameters

None

Response

HTTP/1.1 200 OK

Name Type Description
kind string The kind of an application.
selfLink string The selfLink of an application.

Error Response

HTTP/1.1 400 Bad Request

This response status is related to error conditions. Detailed error message will be in the response.

HTTP/1.1 401 Unauthorized

This response happens when access is denied due to invalid credentials(no Permission).

Permissions

Role Allow
Trust_Discovery_Import Yes
ADC_Deployer Yes
Service_Catalog_Viewer Yes
Application_Editor Yes
Application_Manager Yes
Application_Viewer Yes
Service_Catalog_Editor Yes
ADC_Manager Yes
ADC_Editor Yes
ADC_Viewer Yes
Access_View Yes
Access_Edit Yes
Access_Manager Yes
Access_Deploy Yes
Access_Policy_Editor Yes

Examples

None