Opt Out of the FPP Series

If you need to opt out of the FPP series, use the following commands:

  • To opt out using EM CLI run the following command emcli db_software_maintenance -setup -optOutFPPSeries -input_file="data:<fileLocation>" with the input file containing either the SeriesID or the SeriesName and ServerName. Use one of the two options listed below:
    "series": [
        {
          "seriesId": "<SERIES_ID>"
        },
    "series": 
        {
          "seriesId": "<SERIES_ID>"
        }]
    "series": [
        {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        },
     {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        }]
  • To opt out using REST API, use the /em/api/goldImages/actions/fppSeriesOptOut URI and a POST method. with the payload file containing either the SeriesID or the SeriesName and ServerName. Use one of the two samples listed below:
    "series": [
        {
          "seriesId": "<SERIES_ID>"
        },
    "series": 
        {
          "seriesId": "<SERIES_ID>"
        }]
    "series": [
        {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        },
     {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        }]