aliyun-python-sdk-dataphin-public 1.0.1__py2.py3-none-any.whl → 1.0.2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/METADATA +9 -9
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/RECORD +72 -0
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/WHEEL +1 -1
- aliyunsdkdataphin_public/__init__.py +1 -1
- aliyunsdkdataphin_public/request/v20230630/{QueryPagedAddableUsersRequest.py → AddTenantMembersBySourceUserRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py +53 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +54 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/{BatchAddTenantMemberRequest.py → GetOperationSubmitStatusRequest.py} +11 -7
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/{BatchGetUsersRequest.py → GetUsersRequest.py} +4 -4
- aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/{ListUsersRequest.py → ListAddableUsersRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/{RemoveUserRequest.py → RemoveTenantMemberRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/{UpdateTenantMembersRequest.py → UpdateAdHocFileRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py +43 -0
- aliyun_python_sdk_dataphin_public-1.0.1.dist-info/RECORD +0 -14
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/LICENSE +0 -0
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class DeleteDirectoryRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteDirectory')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ProjectId(self): # Long
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Long
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|
39
|
+
def get_FileId(self): # Long
|
40
|
+
return self.get_query_params().get('FileId')
|
41
|
+
|
42
|
+
def set_FileId(self, FileId): # Long
|
43
|
+
self.add_query_param('FileId', FileId)
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class DeleteUserGroupRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteUserGroup')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_UserGroupId(self): # String
|
35
|
+
return self.get_query_params().get('UserGroupId')
|
36
|
+
|
37
|
+
def set_UserGroupId(self, UserGroupId): # String
|
38
|
+
self.add_query_param('UserGroupId', UserGroupId)
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ExecuteManualNodeRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ExecuteManualNode')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ExecuteCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('ExecuteCommand')
|
37
|
+
|
38
|
+
def set_ExecuteCommand(self, ExecuteCommand): # Struct
|
39
|
+
self.add_body_params("ExecuteCommand", json.dumps(ExecuteCommand))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class FixDataRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'FixData')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_FixDataCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('FixDataCommand')
|
37
|
+
|
38
|
+
def set_FixDataCommand(self, FixDataCommand): # Struct
|
39
|
+
self.add_body_params("FixDataCommand", json.dumps(FixDataCommand))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetAdHocFileRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetAdHocFile')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ProjectId(self): # Long
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Long
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|
39
|
+
def get_FileId(self): # Long
|
40
|
+
return self.get_query_params().get('FileId')
|
41
|
+
|
42
|
+
def set_FileId(self, FileId): # Long
|
43
|
+
self.add_query_param('FileId', FileId)
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDevObjectDependencyRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDevObjectDependency')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ObjectFrom(self): # String
|
35
|
+
return self.get_query_params().get('ObjectFrom')
|
36
|
+
|
37
|
+
def set_ObjectFrom(self, ObjectFrom): # String
|
38
|
+
self.add_query_param('ObjectFrom', ObjectFrom)
|
39
|
+
def get_ObjectType(self): # String
|
40
|
+
return self.get_query_params().get('ObjectType')
|
41
|
+
|
42
|
+
def set_ObjectType(self, ObjectType): # String
|
43
|
+
self.add_query_param('ObjectType', ObjectType)
|
44
|
+
def get_ProjectId(self): # Long
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Long
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
49
|
+
def get_ObjectId(self): # String
|
50
|
+
return self.get_query_params().get('ObjectId')
|
51
|
+
|
52
|
+
def set_ObjectId(self, ObjectId): # String
|
53
|
+
self.add_query_param('ObjectId', ObjectId)
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class GetInstanceDownStreamRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetInstanceDownStream')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_RunStatus(self): # String
|
36
|
+
return self.get_query_params().get('RunStatus')
|
37
|
+
|
38
|
+
def set_RunStatus(self, RunStatus): # String
|
39
|
+
self.add_query_param('RunStatus', RunStatus)
|
40
|
+
def get_InstanceGet(self): # Struct
|
41
|
+
return self.get_body_params().get('InstanceGet')
|
42
|
+
|
43
|
+
def set_InstanceGet(self, InstanceGet): # Struct
|
44
|
+
self.add_body_params("InstanceGet", json.dumps(InstanceGet))
|
45
|
+
def get_Env(self): # String
|
46
|
+
return self.get_query_params().get('Env')
|
47
|
+
|
48
|
+
def set_Env(self, Env): # String
|
49
|
+
self.add_query_param('Env', Env)
|
50
|
+
def get_DownStreamDepth(self): # Integer
|
51
|
+
return self.get_query_params().get('DownStreamDepth')
|
52
|
+
|
53
|
+
def set_DownStreamDepth(self, DownStreamDepth): # Integer
|
54
|
+
self.add_query_param('DownStreamDepth', DownStreamDepth)
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class GetInstanceUpDownStreamRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetInstanceUpDownStream')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_UpStreamDepth(self): # Integer
|
36
|
+
return self.get_query_params().get('UpStreamDepth')
|
37
|
+
|
38
|
+
def set_UpStreamDepth(self, UpStreamDepth): # Integer
|
39
|
+
self.add_query_param('UpStreamDepth', UpStreamDepth)
|
40
|
+
def get_InstanceId(self): # Struct
|
41
|
+
return self.get_body_params().get('InstanceId')
|
42
|
+
|
43
|
+
def set_InstanceId(self, InstanceId): # Struct
|
44
|
+
self.add_body_params("InstanceId", json.dumps(InstanceId))
|
45
|
+
def get_Env(self): # String
|
46
|
+
return self.get_query_params().get('Env')
|
47
|
+
|
48
|
+
def set_Env(self, Env): # String
|
49
|
+
self.add_query_param('Env', Env)
|
50
|
+
def get_ProjectId(self): # Long
|
51
|
+
return self.get_query_params().get('ProjectId')
|
52
|
+
|
53
|
+
def set_ProjectId(self, ProjectId): # Long
|
54
|
+
self.add_query_param('ProjectId', ProjectId)
|
55
|
+
def get_DownStreamDepth(self): # Integer
|
56
|
+
return self.get_query_params().get('DownStreamDepth')
|
57
|
+
|
58
|
+
def set_DownStreamDepth(self, DownStreamDepth): # Integer
|
59
|
+
self.add_query_param('DownStreamDepth', DownStreamDepth)
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetMyRolesRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetMyRoles')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class GetMyTenantsRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetMyTenants')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_FeatureCodeList(self): # Array
|
36
|
+
return self.get_body_params().get('FeatureCodeList')
|
37
|
+
|
38
|
+
def set_FeatureCodeList(self, FeatureCodeList): # Array
|
39
|
+
self.add_body_params("FeatureCodeList", json.dumps(FeatureCodeList))
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class GetNodeUpDownStreamRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetNodeUpDownStream')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_UpStreamDepth(self): # Integer
|
36
|
+
return self.get_query_params().get('UpStreamDepth')
|
37
|
+
|
38
|
+
def set_UpStreamDepth(self, UpStreamDepth): # Integer
|
39
|
+
self.add_query_param('UpStreamDepth', UpStreamDepth)
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
45
|
+
def get_ProjectId(self): # Long
|
46
|
+
return self.get_query_params().get('ProjectId')
|
47
|
+
|
48
|
+
def set_ProjectId(self, ProjectId): # Long
|
49
|
+
self.add_query_param('ProjectId', ProjectId)
|
50
|
+
def get_NodeId(self): # Struct
|
51
|
+
return self.get_body_params().get('NodeId')
|
52
|
+
|
53
|
+
def set_NodeId(self, NodeId): # Struct
|
54
|
+
self.add_body_params("NodeId", json.dumps(NodeId))
|
55
|
+
def get_DownStreamDepth(self): # Integer
|
56
|
+
return self.get_query_params().get('DownStreamDepth')
|
57
|
+
|
58
|
+
def set_DownStreamDepth(self, DownStreamDepth): # Integer
|
59
|
+
self.add_query_param('DownStreamDepth', DownStreamDepth)
|
@@ -18,12 +18,11 @@
|
|
18
18
|
# under the License.
|
19
19
|
|
20
20
|
from aliyunsdkcore.request import RpcRequest
|
21
|
-
import json
|
22
21
|
|
23
|
-
class
|
22
|
+
class GetOperationSubmitStatusRequest(RpcRequest):
|
24
23
|
|
25
24
|
def __init__(self):
|
26
|
-
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', '
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetOperationSubmitStatus')
|
27
26
|
self.set_protocol_type('https')
|
28
27
|
self.set_method('POST')
|
29
28
|
|
@@ -32,8 +31,13 @@ class BatchAddTenantMemberRequest(RpcRequest):
|
|
32
31
|
|
33
32
|
def set_OpTenantId(self, OpTenantId): # Long
|
34
33
|
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
-
def
|
36
|
-
return self.get_query_params().get('
|
34
|
+
def get_JobId(self): # String
|
35
|
+
return self.get_query_params().get('JobId')
|
37
36
|
|
38
|
-
def
|
39
|
-
self.add_query_param(
|
37
|
+
def set_JobId(self, JobId): # String
|
38
|
+
self.add_query_param('JobId', JobId)
|
39
|
+
def get_Env(self): # String
|
40
|
+
return self.get_query_params().get('Env')
|
41
|
+
|
42
|
+
def set_Env(self, Env): # String
|
43
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetPhysicalInstanceLogRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetPhysicalInstanceLog')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_InstanceId(self): # String
|
35
|
+
return self.get_query_params().get('InstanceId')
|
36
|
+
|
37
|
+
def set_InstanceId(self, InstanceId): # String
|
38
|
+
self.add_query_param('InstanceId', InstanceId)
|
39
|
+
def get_Env(self): # String
|
40
|
+
return self.get_query_params().get('Env')
|
41
|
+
|
42
|
+
def set_Env(self, Env): # String
|
43
|
+
self.add_query_param('Env', Env)
|
44
|
+
def get_ProjectId(self): # Long
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Long
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetPhysicalInstanceRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetPhysicalInstance')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_InstanceId(self): # String
|
35
|
+
return self.get_query_params().get('InstanceId')
|
36
|
+
|
37
|
+
def set_InstanceId(self, InstanceId): # String
|
38
|
+
self.add_query_param('InstanceId', InstanceId)
|
39
|
+
def get_Env(self): # String
|
40
|
+
return self.get_query_params().get('Env')
|
41
|
+
|
42
|
+
def set_Env(self, Env): # String
|
43
|
+
self.add_query_param('Env', Env)
|
44
|
+
def get_ProjectId(self): # Long
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Long
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|