Sha256: b75f62392b7f30f7c0d13ffe6260602a50cb8685398fe96eca0083f6fee28ffd

Contents?: true

Size: 1.61 KB

Versions: 4

Compression:

Stored size: 1.61 KB

Contents

# RequestList

This operation allows you to retrieve a list of requests. Cloud API calls generate a request which is assigned an id. This "request id" can be used to get information about the request and its current status. The "list request" operation described here will return an array of request items. Each returned request item will have an id that can be used to get additional information as described in the Get Request and Get Request Status sections.

```text
knife ionoscloud request list (options)
```

## Available options:

### Required options:

* ionoscloud\_username
* ionoscloud\_password

```text
    limit: --limit LIMIT, -l LIMIT
        the maximum number of requests to look into.

    offset: --offset OFFSET, -o OFFSET
        the request number from which to return results.

    status: --status STATUS, -s STATUS
        request status filter to fetch all the request based on a particular status [QUEUED, RUNNING, DONE, FAILED]

    method: --method METHOD, -m METHOD
        request method filter to fetch all the request based on a particular method [POST, PUT, PATCH, DELETE]

    ionoscloud_username: --username USERNAME, -u USERNAME
        your Ionoscloud username (required)

    ionoscloud_password: --password PASSWORD, -p PASSWORD
        your Ionoscloud password (required)

    extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH
        path to the additional config file

```
## Example

```text
knife ionoscloud request list --limit LIMIT --offset OFFSET --status STATUS --method METHOD --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knife-ionoscloud-6.0.0.beta.2 docs/subcommands/request_list.md
knife-ionoscloud-5.1.2 docs/subcommands/request_list.md
knife-ionoscloud-6.0.0.beta.1 docs/subcommands/request_list.md
knife-ionoscloud-5.1.1 docs/subcommands/request_list.md