Skip to content

[?] REST : Split RestUpgradeAction into RestUpgradeAction and RestUpgradeStatusAction #29062

@olcbean

Description

@olcbean

Currently RestUpgradeAction handles two distinct actions, each one having a separate request, response and transport level action.
Should these actions be separated into two dedicated rest actions?

rest endpoint request transport action response
GET _upgrade UpgradeStatusRequest upgradeStatus UpgradeStatusResponse
POST _upgrade UpgradeRequest upgrade UpgradeResponse

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions