Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deploy an application to a node

7.API Name

Deploy an application to a node

Type

POST

Description

The POST method is used to deploys an application to a node from the controller

Resource URI

/nodes/{node_id}/apps

Parameters

Parameter Name

Cardinality

Type

Description

node_id

1

string

The ID of the node

Request Body

Parameter Name

Cardinality

Type

Description

id

1

string

The ID of the application

Response Codes

200

Deployed the application to the specified node

Response Codes

404

Node ID or app ID not found


Get an application on a node

...