REST API  5.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/disk/partitions/{partitionid}

GET /api/lunasa/disk/partitions/{partitionid}

This resource contains information associated with the disk partition.

Parameters

partitionid

The identifier of a disk partition.

Use: Required

JSON Schema:

    Object
    type: string

Responses

200

Disk partition information

JSON Schema: Disk Partition

400

Unexpected error

404

Disk partition does not exist

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/disk/partitions/sda5
{
}

Example Response

{
    "available": 7397368,
    "mountPoint": "/",
    "size": 8125880,
    "used": 292700,
    "partition": "/dev/sda5"
}

See Also

GET /api/lunasa/disk/partitions