doc-exports/docs/ecs/api-ref/en-us_topic_0132778339.html
Zaoxu, Li 4edaa4a4cc ECS API 20231016 version
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2024-04-29 11:04:13 +00:00

6.2 KiB

FPGA Logical File Management

Permission

API

Action

Dependencies

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

-

Disassociating an FPGA image from an ECS image

DELETE /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id}/association

ecs:cloudServerFpgaImags:unrelate

-

Viewing details of FPGA images

GET /v1/{project_id}/cloudservers/fpga_image/detail

ecs:cloudServerFpgaImages:list

-

Deleting an FPGA image

DELETE /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id}

ecs:cloudServerFpgaImages:delete

-

Associating an FPGA image with an ECS image

POST /v1/{project_id}/cloudservers/fpga_image/{fpga_image_id}/association

ecs:cloudServerFpgaImages:relate

-

Registering an FPGA image

POST /v1/{project_id}/cloudservers/fpga_image

ecs:cloudServerFpgaImages:register

-