Help Center/ CodeArts Deploy/ API Reference/ APIs/ Managing Applications/ Checking Whether an Application with the Same Name Exists in a Project

Checking Whether an Application with the Same Name Exists in a Project

Updated on 2025-05-27 GMT+08:00

Function

This API is used to check whether an application with the same name exists in a project.

Calling Method

For details, see Calling APIs.

URI

GET /v1/applications/exist

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

name

Yes

String

Application name

project_id

Yes

String

Project ID

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

result

Boolean

Whether an application with the same name exists in the project.

status

String

Request success or failure status

Example Requests

https://{endpoint}/v1/applications/exist?name=test&project_id=46e2dd65b123456798137caebae6fa6d

Example Responses

Status code: 200

OK: The request is successful.

{
  "result" : false,
  "status" : "success"
}

Status Codes

Status Code

Description

200

OK: The request is successful.

Error Codes

See Error Codes.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback