show command - multiple keywords
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/operational/commands?command=show%20ip¶meters=address
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
command | string | ||
parameters | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 200
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/devicerecords/151d76e2-4262-11ec-abe1-ec138fe39c48/operational/commands?offset=0\u0026limit=25\u0026command=show ip\u0026parameters=address"},"items":[{"commandInput":"show ip address","commandOutput":"System IP Addresses:\nInterface Name IP address Subnet mask Method \nCurrent IP Addresses:\nInterface Name IP address Subnet mask Method \n","type":"command"}],"paging":{"offset":0,"limit":25,"count":1,"pages":1}}