
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
6.0 KiB
FPGA Logical File Management
Permission |
API |
Action |
Dependent Permission |
---|---|---|---|
Querying Associations Between an FPGA Image and an ECS Image |
GET /v1/{project_id}/cloudservers/fpga_image/associations{?image_id,fpga_image_id,page,size} |
ecs:cloudServerFpgaImages:getRelations |
N/A |
Disassociating an FPGA Image from an ECS Image |
DELETE /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id}/association |
ecs:cloudServerFpgaImags:unrelate |
N/A |
Viewing Details of FPGA Images |
GET /v1/{project_id}/cloudservers/fpga_image/detail |
ecs:cloudServerFpgaImages:list |
N/A |
Deleting an FPGA Image |
DELETE /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id} |
ecs:cloudServerFpgaImages:delete |
N/A |
Associating an FPGA Image with an ECS Image |
POST /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id}/association |
ecs:cloudServerFpgaImages:relate |
N/A |
Registering an FPGA Image |
POST /v1/{project_id}/cloudservers/fpga_image |
ecs:cloudServerFpgaImages:register |
N/A |