Help Center/ ServiceStage/ API Reference/ Application Management V3 APIs/ Application/ Performing Operations on Components Based on the Application ID
Updated on 2025-11-28 GMT+08:00

Performing Operations on Components Based on the Application ID

Function

This API is used to perform operations on components based on the application ID.

Authorization Information

Each account has all of the permissions required to call all APIs, but IAM users must have the required permissions specifically assigned.

URI

POST /v3/{project_id}/cas/applications/{application_id}/action

Table 1 Path parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Tenant's project ID. See Obtaining a Project ID.

application_id

Yes

String

Application ID. See Obtaining All Applications.

Request

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Message body type (format). Default value: application/json;charset=utf8.

X-Auth-Token

Yes

String

API calling can be authenticated using a token or AK/SK. If you use a token, this parameter is mandatory and must be set to the token. For details about how to obtain the token, see Authentication.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

action

Yes

String

Action.

  • start
  • stop
  • restart

parameters

Yes

Object

Action configuration. See Table 4.

Table 4 parameters

Parameter

Mandatory

Type

Description

components

Yes

List of Object

Component list. See Table 5.

Table 5 components

Parameter

Mandatory

Type

Description

id

Yes

String

Component ID.

Response

None

Example Request

None

Example Response

None

Status Code

Status Code

Description

204

OK

400

Bad Request

404

Not Found

409

Conflict

500

Internal Server Error

Error Code

See ServiceStage Error Codes.