def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'DescribeTemplateAttribute')
		self.set_uri_pattern('/templates/[TemplateId]')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'ModifyClusterName')
		self.set_uri_pattern('/clusters/[ClusterId]/name/[ClusterName]')
		self.set_method('POST')
 def __init__(self):
     RoaRequest.__init__(self, "BatchCompute", "2015-06-30", "ListJobs")
     self.set_uri_pattern(self, "/jobs")
     self.set_method(self, "GET")
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'DescribeClusterDetail')
		self.set_uri_pattern('/clusters/[ClusterId]')
		self.set_method('GET')
Beispiel #5
0
	def __init__(self):
		RoaRequest.__init__(self, 'eas', '2018-05-22', 'ListTasks')
		self.set_uri_pattern('/api/tasks')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'elasticsearch', '2017-06-13', 'DescribeElasticsearchHealth','elasticsearch')
		self.set_uri_pattern('/openapi/instances/[InstanceId]/elasticsearch-health')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'DeleteStack')
		self.set_uri_pattern('/stacks/[StackName]/[StackId]')
		self.set_method('DELETE')
 def __init__(self):
     RoaRequest.__init__(self, 'cr', '2016-06-07', 'DeleteRepoBuildRule',
                         'acr')
     self.set_uri_pattern(
         '/repos/[RepoNamespace]/[RepoName]/rules/[BuildRuleId]')
     self.set_method('DELETE')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteVersion')
		self.set_uri_pattern(self, '/[ProductName]/[VersionName]')
		self.set_method(self, 'DELETE')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'ListJobs')
		self.set_uri_pattern(self, '/jobs')
		self.set_method(self, 'GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProduct')
		self.set_uri_pattern(self, '/[ProductName]')
		self.set_method(self, 'GET')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'CreateCluster')
		self.set_uri_pattern('/clusters')
		self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'InquiryStack')
		self.set_uri_pattern('/stacks/inquiry')
		self.set_method('POST')
Beispiel #14
0
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2018-05-09', 'VideoSyncScan',
                         'green')
     self.set_uri_pattern('/green/video/syncscan')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'StartJob')
		self.set_uri_pattern(self, '/jobs/[ResourceName]?Action=Start')
		self.set_method(self, 'PUT')
Beispiel #16
0
 def __init__(self):
     RoaRequest.__init__(self, 'CS', '2015-12-15',
                         'DownloadClusterNodeCerts')
     self.set_uri_pattern('/token/[Token]/nodes/[NodeId]/certs')
     self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Ft', '2015-02-02', 'RoaDubboApi')
		self.set_uri_pattern(self, '/RoaDubboApi')
		self.set_method(self, 'GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeMix','airec')
		self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes/[Name]')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'GetTasks')
		self.set_uri_pattern(self, '/jobs/[ResourceName]/tasks')
		self.set_method(self, 'GET')
Beispiel #20
0
	def __init__(self):
		RoaRequest.__init__(self, 'cr', '2016-06-07', 'GetRepoBuildList','acr')
		self.set_uri_pattern('/repos/[RepoNamespace]/[RepoName]/build')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'PutJob')
		self.set_uri_pattern(self, '/jobs/[ResourceName]/Priority')
		self.set_method(self, 'PUT')
Beispiel #22
0
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01',
                         'DeployServerlessApplication')
     self.set_uri_pattern('/pop/v5/k8s/pop/pop_serverless_app_deploy')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionErrorMapping')
		self.set_uri_pattern(self, '/[ProductName]/[VersionName]?ErrorMapping')
		self.set_method(self, 'PUT')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2015-06-30', 'DeleteJob')
		self.set_uri_pattern(self, '/jobs/[ResourceName]')
		self.set_method(self, 'DELETE')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2015-06-30', 'ListSnapshots')
		self.set_uri_pattern(self, '/snapshots')
		self.set_method(self, 'GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutGlobalErrorMapping')
		self.set_uri_pattern(self, '/?ErrorMapping')
		self.set_method(self, 'PUT')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'DoActions')
		self.set_uri_pattern('/stacks/[StackName]/[StackId]/actions')
		self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'DescribeServiceContainers')
		self.set_uri_pattern('/clusters/[ClusterId]/services/[ServiceId]/containers')
		self.set_method('GET')
Beispiel #29
0
 def __init__(self):
     RoaRequest.__init__(self, 'CS', '2015-12-15', 'DescribeTaskInfo')
     self.set_uri_pattern('/tasks/[TaskId]')
     self.set_method('GET')
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01',
                         'QueryApplicationStatus')
     self.set_uri_pattern('/pop/v5/app/app_status')
     self.set_method('GET')
Beispiel #31
0
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2017-08-25', 'ImageSyncScan',
                         'green')
     self.set_uri_pattern('/green/image/scan')
     self.set_method('POST')
Beispiel #32
0
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01', 'InsertRole')
     self.set_uri_pattern('/pop/v5/account/create_role')
     self.set_method('POST')
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2018-05-09',
                         'VoiceIdentityUnregister', 'green')
     self.set_uri_pattern('/green/voice/auth/unregister')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyDataSource','airec')
		self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSources/[TableName]')
		self.set_method('PUT')
 def __init__(self):
     RoaRequest.__init__(self, 'eas', '2018-05-22', 'CreateService')
     self.set_uri_pattern('/api/services')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Green', '2017-08-25', 'DeletePerson','green')
		self.set_uri_pattern('/green/sface/deletePerson')
		self.set_method('POST')
 def __init__(self):
     RoaRequest.__init__(self, 'ROS', '2015-09-01', 'CreateStacks')
     self.set_uri_pattern('/stacks')
     self.set_method('POST')
Beispiel #38
0
 def __init__(self):
     RoaRequest.__init__(self, 'ROS', '2015-09-01', 'AbandonStack')
     self.set_uri_pattern('/stacks/[StackName]/[StackId]/abandon')
     self.set_method('POST')
Beispiel #39
0
 def __init__(self):
     RoaRequest.__init__(self, 'codeup', '2020-04-14',
                         'CreateRepositoryDeployKey')
     self.set_uri_pattern('/api/v3/projects/[ProjectId]/keys')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'ValidateTemplate')
		self.set_uri_pattern('/validate')
		self.set_method('POST')
Beispiel #41
0
	def __init__(self):
		RoaRequest.__init__(self, 'LRG', '2019-10-10', 'ProcessResult')
		self.set_uri_pattern('/api/v2/process/[processId]/result')
		self.set_method('GET')
Beispiel #42
0
 def __init__(self):
     RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersion')
     self.set_uri_pattern(self, '/[ProductName]/[VersionName]')
     self.set_method(self, 'GET')
Beispiel #43
0
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'GetImage')
		self.set_uri_pattern(self, '/images/[ResourceName]')
		self.set_method(self, 'GET')
 def __init__(self):
     RoaRequest.__init__(self, "ROS", "2015-09-01", "PreviewStack")
     self.set_uri_pattern("/stacks/preview")
     self.set_method("POST")
Beispiel #45
0
	def __init__(self):
		RoaRequest.__init__(self, 'elasticsearch', '2017-06-13', 'ValidateTransferableNodes','elasticsearch')
		self.set_uri_pattern('/openapi/instances/[InstanceId]/validate-transfer-nodes')
		self.set_method('POST')
 def __init__(self):
     RoaRequest.__init__(self, "BatchCompute", "2013-01-11", "ListImages")
     self.set_uri_pattern(self, "/images")
     self.set_method(self, "GET")
	def __init__(self):
		RoaRequest.__init__(self, 'LRG', '2019-10-10', 'QueryNodeCurrentVersion')
		self.set_uri_pattern('/api/v2/tianji/node/[id]/version')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApi')
		self.set_uri_pattern(self, '/[ProductName]/[VersionName]/[ApiName]')
		self.set_method(self, 'PUT')
Beispiel #49
0
 def __init__(self):
     RoaRequest.__init__(self, 'CS', '2015-12-15',
                         'DescribeClusterUserKubeconfig', 'csk')
     self.set_uri_pattern('/k8s/[ClusterId]/user_config')
     self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'DescribeResourceTypes')
		self.set_uri_pattern('/resource_types')
		self.set_method('GET')
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2017-08-25', 'VideoAsyncScan',
                         'green')
     self.set_uri_pattern('/green/video/asyncscan')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'GetSnapshot')
		self.set_uri_pattern(self, '/snapshots/[ResourceName]')
		self.set_method(self, 'GET')
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01', 'BindK8sSlb')
     self.set_uri_pattern('/pop/v5/k8s/acs/k8s_slb_binding')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'DescribeResources')
		self.set_uri_pattern('/stacks/[StackName]/[StackId]/resources')
		self.set_method('GET')
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2016-12-22', 'TextKeywordFilter',
                         'green')
     self.set_uri_pattern('/text/keyword_filter')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteTairCache')
		self.set_uri_pattern(self, '/TairCache')
		self.set_method(self, 'DELETE')
Beispiel #57
0
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2018-05-09', 'GetPersons', 'green')
     self.set_uri_pattern('/green/sface/group/persons')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'GetClusterProjects')
		self.set_uri_pattern('/clusters/[ClusterId]/projects')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'CreateTemplate')
		self.set_uri_pattern('/templates')
		self.set_method('PUT')