Database Maintenance- Using Oracle Fleet Patching And Provisioning (FPP) REST Endpoints

Database Maintenance- Using Oracle Fleet Patching And Provisioning (FPP)
Additional REST APIs to use Oracle Fleet Patching and Provisioning(FPP) from Enterprise Manager. These APIs supplement the APIs from 'Database Maintenance - Updates (Patching) and Upgrades' section
Add FPP Client Property
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties
Add FPP Server Property
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties
Delete FPP Client Property
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName}
Delete FPP Server Property
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName}
Deregister FPP Client
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}
Deregister FPP REST User
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser}
Deregister FPP Server
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
Get FPP Server Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
List FPP Client Properties
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties
List FPP Clients
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients
List FPP REST Users
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers
List FPP Server Properties
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties
List FPP Servers
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers
List Image Series Discovered from FPP Server(s)
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppSeries
List Images in an FPP Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppImages
Opt-In FPP Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptIn
Opt-Out Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptOut
Register FPP Client
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients
Register FPP REST User
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers
Register FPP Server
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers
Synchronize Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/actions/sync
Update Credential of FPP REST User
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser}
Update FPP Client Property
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName}
Update FPP Server Property
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName}
Update Schedule of 'Synchronize Image Series' Job
Method: patch
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}