{ "opencollection": "1.0.0", "info": { "name": "F5 BIG-IP iControl REST Nodes Profiles API", "version": "15.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "List Http Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/http", "params": [ { "name": "$select", "value": "name,destination,pool", "type": "query", "description": "Comma-separated list of property names to include in the response." }, { "name": "$filter", "value": "partition eq Common", "type": "query", "description": "OData filter expression to restrict returned resources." } ] }, "docs": "Returns a collection of all HTTP profile resources configured on the BIG-IP system." }, { "info": { "name": "Get an Http Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/http/:profileName", "params": [ { "name": "profileName", "value": "my_http_profile", "type": "path", "description": "Name of the profile resource." } ] }, "docs": "Returns a single HTTP profile resource identified by name." }, { "info": { "name": "List Tcp Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/tcp", "params": [ { "name": "$select", "value": "name,destination,pool", "type": "query", "description": "Comma-separated list of property names to include in the response." }, { "name": "$filter", "value": "partition eq Common", "type": "query", "description": "OData filter expression to restrict returned resources." } ] }, "docs": "Returns a collection of all TCP profile resources configured on the BIG-IP system." }, { "info": { "name": "Get a Tcp Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/tcp/:profileName", "params": [ { "name": "profileName", "value": "my_http_profile", "type": "path", "description": "Name of the profile resource." } ] }, "docs": "Returns a single TCP profile resource identified by name." }, { "info": { "name": "List Client Ssl Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/client-ssl", "params": [ { "name": "$select", "value": "name,destination,pool", "type": "query", "description": "Comma-separated list of property names to include in the response." }, { "name": "$filter", "value": "partition eq Common", "type": "query", "description": "OData filter expression to restrict returned resources." } ] }, "docs": "Returns a collection of all Client SSL profile resources configured on the BIG-IP system." }, { "info": { "name": "Get a Client Ssl Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/profile/client-ssl/:profileName", "params": [ { "name": "profileName", "value": "my_http_profile", "type": "path", "description": "Name of the profile resource." } ] }, "docs": "Returns a single Client SSL profile resource identified by name." }, { "info": { "name": "List Cookie Persistence Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/persistence/cookie", "params": [ { "name": "$select", "value": "name,destination,pool", "type": "query", "description": "Comma-separated list of property names to include in the response." }, { "name": "$filter", "value": "partition eq Common", "type": "query", "description": "OData filter expression to restrict returned resources." } ] }, "docs": "Returns a collection of all cookie persistence profile resources." }, { "info": { "name": "Get a Cookie Persistence Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/tm/ltm/persistence/cookie/:profileName", "params": [ { "name": "profileName", "value": "my_http_profile", "type": "path", "description": "Name of the profile resource." } ] }, "docs": "Returns a single cookie persistence profile resource identified by name." } ] } ], "bundled": true }