Aller au contenu principal

Get image by its name

GET 

/projects/:projectId/images/:imageName

Return an image by its name (in path).

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    imageName stringrequired

    Name of the image.

Header Parameters

    X-API-Key string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Schema

    name stringrequired

    Unique resource name.

    description string

    Resource description.

    isPrivate booleanrequired

    Flag indicating if the image is private or public. By default, both public and private images will be returned. This property can be used as filter to retrieve only public or private images.

    version stringrequired

    Version of the image.

    vendor stringrequired

    Vendor of the image.

Loading...