Obtaining Flexible Tier Pool Information

GET /ftrp/{ftrp_id}

Introduction

Obtains Flexible Tier Pool information.

Caution

Tenant users cannot execute this command.

Request Examples

  • This is an example of obtaining Flexible Tier Pool ID 5 information.

    $ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X GET "https://192.168.1.1:5665/api/v1/ftrp/5"

Response Examples

{
  "ftrp_id": 7,
  "ftrp_href": "/api/v1/ftrp/7",
  "number": 0,
  "name": "FTRP_NAME#7",
  "status": "Normal"
}

Parameters

PATH PARAMETERS

ftrp_id

(required)

integer

Flexible Tier Pool ID.

QUERY PARAMETERS

fields

Array of strings

Parameter to display.

Only the information of the specified Parameter name (Response Body Parameter) is extracted and obtained.

For details about the specification methods, see Property Filter.

Responses

If successful, the HTTP status code is 200 (OK) and the response body is returned.

RESPONSE BODY

ftrp_id

integer

Flexible Tier Pool ID (0 ~ 63).

ftrp_href

string

Link to a Resource in a Flexible Tier Pool.

number

integer

CLI, etc.

Flexible Tier Pool Number. This is the Flexible Tier Pool identifier used in ETERNUS Web GUI or ETERNUS CLI.

name

string

Friendly Name of the Flexible Tier Pool.

status

string

Status.
Item Description
Normal Normal state.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.