hnhdigital-os/php-linode-api

View on GitHub

Showing 224 of 224 total issues

Line exceeds 120 characters; contains 124 characters
Open

        return $this->apiSearch($this->endpoint.'/nodes', ['class' => 'Node\Balancer\Config\Node', 'parameters' => ['id']]);

Line exceeds 120 characters; contains 123 characters
Open

     * return information about entities you do not have access to.  This endpoint is useful when writing third-party OAuth

Line exceeds 120 characters; contains 124 characters
Open

     * successfully, your User must have `read_only` or `read_write` permission to the Volume and `read_write` permission to
Severity: Minor
Found in src/endpoints/Volume.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

     * Volume service may not be available in all Regions. See [/regions](/#operation/getRegions) for a list of available
Severity: Minor
Found in src/endpoints/Volumes.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

     * Upload a thumbnail for a client you own.  You must upload an image file that will be returned when the thumbnail is

Line exceeds 120 characters; contains 124 characters
Open

     * is not supposed to be publicly known or disclosed anywhere. This can be used to generate a new secret in case the one

Line exceeds 120 characters; contains 124 characters
Open

     * Returns a paginated list of Managed Services on your Account. These are the services Linode Managed is monitoring and

Line exceeds 120 characters; contains 123 characters
Open

     * applications you write or host using their Linode Account, and may allow them to grant some level of access to their

Line exceeds 120 characters; contains 124 characters
Open

     * restricted status and grants.  An unrestricted User may access everything on the account, whereas restricted User may

Line exceeds 120 characters; contains 127 characters
Open

     * this request to complete successfully, your User must have the `add_linodes` grant. Cloning to a new Linode will incur a

Line exceeds 120 characters; contains 121 characters
Open

     * Returns a paginated list of Managed Settings for your Linodes. There will be one entry per Linode on your Account.

Line exceeds 120 characters; contains 125 characters
Open

     * Resize an existing Volume on your Account. In order for this request to complete successfully, your User must have the
Severity: Minor
Found in src/endpoints/Volume.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

            && ((($this->current_page - 1) * $this->result_records_per_page) + $this->current_record) < $this->result_total_count;
Severity: Minor
Found in src/foundation/ApiSearch.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

     * Returns a collection of Notification objects representing important, often time-sensitive items related to your Account.

Line exceeds 120 characters; contains 123 characters
Open

     * have been resolved. For example, if you have an important Ticket open, you must respond to the Ticket to dismiss the

Line exceeds 120 characters; contains 124 characters
Open

     * Reboots a Linode you have permission to modify. If any actions are currently running or queued, those actions must be

Line exceeds 120 characters; contains 125 characters
Open

     * tasks other than disaster recovery, such as formatting disks to use different filesystems, copying data between disks,

Line exceeds 120 characters; contains 125 characters
Open

     * Deleting a NodeBalancer will also delete all associated Configs and Nodes, although the backend servers represented by

Line exceeds 120 characters; contains 123 characters
Open

     * Returns a paginated list of NodeBalancer nodes associated with this Config. These are the backends that will be sent

Line exceeds 120 characters; contains 126 characters
Open

     * This returns a GrantsResponse describing what the acting User has been granted access to.  For unrestricted users, this
Severity
Category
Status
Source
Language