Opt-In FPP Image Series
post
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptIn
Opt-in an FPP image series to be used for database maintenance activities from Enterprise Manager. Note- The FPP image series will be denoted as an image. The different images in this image series will show up as versions in Enterprise Manager.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Match One Schema
Show Source
-
object
FppSeriesOptInDetails
Opt-In details for FPP series
-
object
ExapatchOptInDetails
Opt-In Details for Exapatch Series
Nested Schema : FppSeriesOptInDetails
Type:
object
Opt-In details for FPP series
Match All
Opt-In details for FPP series
Show Source
-
object
FppSeriesOptInInputDetails
FPP image series details
Nested Schema : ExapatchOptInDetails
Type:
object
Opt-In Details for Exapatch Series
Match All
Opt-In Details for Exapatch Series
Show Source
-
object
ExapatchOptInInputDetails
Exapatch Image Series details
Nested Schema : FppSeriesOptInInputDetails
Type:
object
FPP image series details
Show Source
-
series: array
series
Array of the image series
Nested Schema : items
Type:
Show Source
object
-
currentVersionImageId: string
ID of the image version to be marked as current
-
seriesId: string
ID of the FPP series
-
seriesName: string
Name of the FPP series
-
serverName: string
FPP server cluster name
Match One Schema
Show Source
Nested Schema : ExapatchOptInInputDetails
Type:
object
Exapatch Image Series details
Show Source
-
series: array
series
Array of Image Series
Nested Schema : items
Type:
Show Source
object
-
currentVersionImageId: string
VersionId to be marked as currentExample:
E5B98897FE871AC1E05380FE4564F682
-
imageFile: string
Zip file name that contains the patch image.Example:
p34752810_191200_Linux-x86-64.zip
-
patchManagerLocation: string
location needed for host target typeExample:
p34752811_191200_Linux-x86-64.zip
-
seriesId: string
seriesidExample:
E6C5858BD2B46B37E05380FE4564A69B
-
seriesName: string
series nameExample:
Exadata_DB_Series_1_12
-
serverName: string
FPP Server Cluster nameExample:
myFPPserver
-
targetType: string
targetType for given versionExample:
host
Match One Schema
Show Source
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Ok. FPP image series Opt-In completed.
Root Schema : schema
Type:
object
Match All
Show Source
-
object
allOf
GoldImageFppSeriesOptIn
FPP image series Opt-In response
Nested Schema : GoldImageFppSeriesOptIn
Type:
object
FPP image series Opt-In response
Match All
FPP image series Opt-In response
Show Source
-
object
FppSeriesOptInOptOutResult
FPP image series Opt-In/Out result
Nested Schema : FppSeriesOptInOptOutResult
Type:
object
FPP image series Opt-In/Out result
Show Source
-
failed: integer
Count of failed series
-
items: array
items
List of items
-
successful: integer
Count of successful series
-
total: integer
Count of total series
Nested Schema : items
Type:
array
List of items
Show Source
-
Array of:
object FppSeriesOptInResultSummary
FPP image series Opt-In response
Nested Schema : FppSeriesOptInResultSummary
Type:
object
FPP image series Opt-In response
Show Source
-
code: integer
Series Opt-In HTTP status code
-
message: string
Opt-In message
-
seriesId: string
ID of the FPP series
-
seriesName: string
Name of the FPP series
-
serverName: string
FPP server cluster name
Examples
401 Response
Unauthorized. The user does not have permissions to perform the requested operation
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
403 Response
Forbidden. The user is forbidden to perform the requested operation
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
500 Response
Internal Server Error. Exception in execution of REST API.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
503 Response
Service Unavailable. The server is unable to process the request.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported