System Service (2.2.0)

Download OpenAPI specification:Download

This is the spec that defines the API provided by the application to validate authorization for the passed role

SupportSave

getSupport

Capture the supportsave data and return the file name in the response

Responses

200

OK

401

Authorization information is missing or invalid.

500

Unexpected error.

default

Unexpected error

get/system/support
http://gosystem-service:80/v1/system/support

Backup

getBackup

Backup all EFA configurations

Responses

200

OK

404

No found in the system.

500

Unexpected error.

default

Unexpected error

get/system/backup
http://gosystem-service:80/v1/system/backup

Restore

getRestore

Restore all EFA configurations

query Parameters
tar_name
required
string

Provide backup tar or directory name [Note: Backup tar or directory must be at /var/log/efa/backup]

force
boolean
Default: false

Force restore in case version is different

Responses

200

OK

404

No backup tar provided.

500

Unexpected error.

default

Unexpected error

get/system/restore
http://gosystem-service:80/v1/system/restore