Skip to main content

project_id/attachments/id:put

PUT 

/v3/:project_id/attachments/:id

Update an attachment record.

Update a reserved attachment record with connector information and set up the appropriate connection_info from the driver.

Expected format of the input parameter 'body':

{
"attachment":
{
"connector":
{
"initiator": "iqn.1993-08.org.debian:01:cad181614cec",
"ip": "192.168.1.20",
"platform": "x86_64",
"host": "tempest-1",
"os_type": "linux2",
"multipath": false,
"mountpoint": "/dev/vdb",
"mode": "None|rw|ro"
}
}
}

🟢 Public Cloud Endpoint: This endpoint is accessible to end users in CopperSpire Cloud.

Request​

Responses​

Ok