Updated on 2025-10-29 GMT+08:00

Querying Plug-in Details

Function

This API is used to query plug-in details.

Calling Method

For details, see Calling APIs.

URI

GET /v1/{project_id}/workspaces/{workspace_id}/soc/components/{component_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition

Project ID, which is used to specify the project that a resource belongs to. You can query the resources of a project by project ID. You can obtain the project ID from the API or console. Obtaining the Project ID

Constraints

N/A

Range

N/A

Default Value

N/A

workspace_id

Yes

String

Definition

Workspace ID.

Range

N/A

component_id

Yes

String

Plug-in ID.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

code

String

Definition

Response code.

Constraints

N/A

message

String

Definition

Error message in the response.

Constraints

N/A

data

ComponentInfo object

Plug-in details.

Table 3 ComponentInfo

Parameter

Type

Description

id

String

id

name

String

name

dev_language

String

dev_language

dev_language_version

String

dev_language_version

alliance_id

String

alliance_id

alliance_name

String

alliance_name

description

String

description

logo

String

The market head icon

label

String

The label

create_time

String

create_time

update_time

String

update_time

creator_name

String

Creator name.

operate_history

Array of operate_history objects

Plugin operation history.

versions

Array of ComponentVersionInfo objects

Plugin version information, which is compatible with the previous Java plugin version.

component_type

String

Plugin type. subscribe: subscribed. custom: custom. system: built-in.

Table 4 operate_history

Parameter

Type

Description

operate_name

String

Operation.

operate_time

String

Time.

Table 5 ComponentVersionInfo

Parameter

Type

Description

id

String

id

version_num

String

Version number.

version_desc

String

Version description.

status

String

Status.

package_name

String

Package to which the plugin belongs.

component_attachment_id

String

Attachment ID of the plugin.

sub_version_id

String

Subscription version ID.

connection_config

String

Operation connection configuration list.

Status code: 400

Table 6 Response body parameters

Parameter

Type

Description

code

String

Definition

Error code.

Range

N/A

message

String

Definition

Error description.

Range

N/A

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Integration Response

400

Error response

Error Codes

See Error Codes.