Creates a code configuration in PAI using a code branch and commit ID from a Git repository. This configuration can then be referenced in DLC jobs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paicodesource:CreateCodeSource |
create |
*All Resource
|
None | None |
Request syntax
POST /api/v1/codesources HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| WorkspaceId |
string |
Yes |
The workspace ID. For more information, see ListWorkspaces. |
1234 |
| DisplayName |
string |
Yes |
The name of the code configuration. |
MyCodeSource1 |
| Description |
string |
No |
The description of the code configuration, which helps distinguish it from other configurations. |
code source of dlc examples |
| CodeRepo |
string |
No |
The URL of the code repository. |
https://code.aliyun.com/****** |
| CodeRepoUserName |
string |
No |
The username for the code repository. |
use*** |
| CodeRepoAccessToken |
string |
No |
The access token for the code repository. |
*** |
| CodeBranch |
string |
No |
The code branch. |
master |
| MountPath |
string |
No |
The local mount path for the code. The default is |
/root/code/code-source-1 |
| Accessibility |
string |
No |
The visibility of the code configuration. Valid values:
Valid values:
|
PRIVATE |
| CodeCommit |
string |
No |
||
| CloneType |
integer |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| CodeSourceId |
string |
The ID of the created code configuration. |
code-20******** |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3********** |
Examples
Success response
JSON format
{
"CodeSourceId": "code-20********",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3**********"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.