List Images in an FPP Image Series
post
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppImages
Lists all images for a given FPP image series
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
objectFPP image series details
Show Source
-
seriesId: string
ID of the FPP series
-
seriesName: string
Name of the FPP series
-
serverName: string
FPP server cluster name
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Ok. FPP images retrieved.
Root Schema : schema
Type:
objectMatch All
Show Source
-
object
GoldImageGetFppImages
FPP image details collection
Nested Schema : GoldImageGetFppImages
Type:
objectFPP image details collection
Show Source
-
items: array
items
List of items
-
total: integer
Count of total images
Nested Schema : items
Type:
arrayList of items
Show Source
-
Array of:
object FppImageSummary
FPP image details
Nested Schema : FppImageSummary
Type:
objectFPP image details
Show Source
-
imageId(required): string
ID of the FPP image
-
imageName(required): string
Name of the FPP image
-
imagePlatform: string
Platform of the FPP image
-
imageVersion: string
Version of the FPP image
-
isMarkedForDeleted: boolean
Flag indicates if the image has been marked as deleted
Examples
401 Response
Unauthorized.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
403 Response
Forbidden.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
500 Response
Internal Server Error.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
503 Response
Service Unavailable
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty