Beispiel #1
0
 def __init__(self):
     RoaRequest.__init__(self, 'cr', '2016-06-07', 'GetAuthorizationToken')
     self.set_uri_pattern('/tokens')
     self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'DescribeClusterDetail')
		self.set_uri_pattern('/clusters/[ClusterId]')
		self.set_method('GET')
	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, 'ROS', '2015-09-01', 'DoActions')
		self.set_uri_pattern('/stacks/[StackName]/[StackId]/actions')
		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, 'BatchCompute', '2013-01-11', 'ListJobs')
		self.set_uri_pattern(self, '/jobs')
		self.set_method(self, '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')
	def __init__(self):
		RoaRequest.__init__(self, 'eas', '2018-05-22', 'GetServiceWorker')
		self.set_uri_pattern('/api/services/[region]/[service_name]/worker')
		self.set_method('GET')
 def __init__(self):
     RoaRequest.__init__(self, 'CS', '2015-12-15', 'UpdateServiceMesh',
                         'csk')
     self.set_uri_pattern('/servicemesh/[ServiceMeshId]')
     self.set_method('PUT')
 def __init__(self):
     RoaRequest.__init__(self, 'LRG', '2019-10-10', 'StartWorkflow')
     self.set_uri_pattern('/api/v2/tianji/process/[id]?action=start')
     self.set_method('GET')
Beispiel #11
0
 def __init__(self):
     RoaRequest.__init__(self, 'elasticsearch', '2017-06-13',
                         'CreateInstance', 'elasticsearch')
     self.set_uri_pattern('/openapi/instances')
     self.set_method('POST')
Beispiel #12
0
 def __init__(self):
     RoaRequest.__init__(self, 'BatchCompute', '2013-01-11', 'GetJob')
     self.set_uri_pattern('/jobs/[ResourceName]')
     self.set_method('GET')
Beispiel #13
0
	def __init__(self):
		RoaRequest.__init__(self, 'Edas', '2017-08-01', 'UnbindServerlessSlb')
		self.set_uri_pattern('/pop/v5/k8s/acs/serverless_slb_binding')
		self.set_method('DELETE')
Beispiel #14
0
 def __init__(self):
     RoaRequest.__init__(self, 'eas', '2018-05-22', 'ListVIndex')
     self.set_uri_pattern('/api/vindex')
     self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'InquiryStack')
		self.set_uri_pattern('/stacks/inquiry')
		self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Edas', '2017-08-01', 'UpdateK8sSlb')
		self.set_uri_pattern('/pop/v5/k8s/acs/k8s_slb_binding')
		self.set_method('PUT')
	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, 'ROS', '2015-09-01', 'DoActions')
     self.set_uri_pattern('/stacks/[StackName]/[StackId]/actions')
     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')
	def __init__(self):
		RoaRequest.__init__(self, 'Green', '2018-05-09', 'VoiceAsyncScan','green')
		self.set_uri_pattern('/green/voice/asyncscan')
		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, 'Acs', '2015-01-01', 'PutProduct')
		self.set_uri_pattern('/[ProductName]')
		self.set_method('PUT')
 def __init__(self):
     RoaRequest.__init__(self, "ROS", "2015-09-01", "PreviewStack")
     self.set_uri_pattern("/stacks/preview")
     self.set_method("POST")
 def __init__(self):
     RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiBackupList')
     self.set_uri_pattern(
         '/[ProductName]/[VersionName]/[ApiName]?listbackup')
     self.set_method('GET')
	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, 'cr', '2016-06-07', 'GetRepoList', 'cr')
     self.set_uri_pattern('/repos')
     self.set_method('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, 'Acs', '2015-01-01', 'GetGlobal')
     self.set_uri_pattern('/')
     self.set_method('GET')
	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 #30
0
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01', 'ListCluster')
     self.set_uri_pattern('/pop/v5/resource/cluster_list')
     self.set_method('POST')
	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, 'cr', '2016-06-07', 'GetImageManifest','acr')
		self.set_uri_pattern('/repos/[RepoNamespace]/[RepoName]/tags/[Tag]/manifest')
		self.set_method('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, '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', 'DeleteVersion')
		self.set_uri_pattern(self, '/[ProductName]/[VersionName]')
		self.set_method(self, 'DELETE')
Beispiel #36
0
 def __init__(self):
     RoaRequest.__init__(self, 'LRG', '2019-10-10', 'GetProperties')
     self.set_uri_pattern(
         '/api/v2/[productName]/node/[nodeName]/properties')
     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')
Beispiel #38
0
	def __init__(self):
		RoaRequest.__init__(self, 'cr', '2016-06-07', 'CreateNamespace','acr')
		self.set_uri_pattern('/namespace')
		self.set_method('PUT')
	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, 'BatchCompute', '2013-01-11', 'StopJob')
		self.set_uri_pattern('/jobs/[ResourceName]?Action=Stop')
		self.set_method('PUT')
	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 #42
0
 def __init__(self):
     RoaRequest.__init__(self, 'cr', '2016-06-07', 'GetNamespace', 'cr')
     self.set_uri_pattern('/namespace/[Namespace]')
     self.set_method('GET')
	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, 'Green', '2016-12-22', 'SampleFeedback',
                         'green')
     self.set_uri_pattern('/sample/feedback')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'ROS', '2015-09-01', 'ValidateTemplate')
		self.set_uri_pattern('/validate')
		self.set_method('POST')
 def __init__(self):
     RoaRequest.__init__(self, 'ROS', '2015-09-01', 'DescribeEvents', 'ROS')
     self.set_uri_pattern('/stacks/[StackName]/[StackId]/events')
     self.set_method('GET')
 def __init__(self):
     RoaRequest.__init__(self, "BatchCompute", "2013-01-11", "ListImages")
     self.set_uri_pattern(self, "/images")
     self.set_method(self, "GET")
Beispiel #48
0
 def __init__(self):
     RoaRequest.__init__(self, 'Edas', '2017-08-01', 'InsertK8sApplication')
     self.set_uri_pattern('/pop/v5/k8s/acs/create_k8s_app')
     self.set_method('POST')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApi')
		self.set_uri_pattern(self, '/[ProductName]/[VersionName]/[ApiName]')
		self.set_method(self, 'PUT')
 def __init__(self):
     RoaRequest.__init__(self, 'Airec', '2018-10-12', 'Recommend', 'airec')
     self.set_uri_pattern(
         '/openapi/instances/[InstanceId]/actions/recommend')
     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')
Beispiel #52
0
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2017-08-25', 'GetPerson', 'green')
     self.set_uri_pattern('/green/sface/getPerson')
     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')
Beispiel #54
0
	def __init__(self):
		RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'QueryIndustryDeviceStatusData')
		self.set_uri_pattern('/api/igate/timeseries/query/pop/multifieldrangestatus')
		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, 'elasticsearch', '2017-06-13', 'ListKibanaPlugins','elasticsearch')
		self.set_uri_pattern('/openapi/instances/[InstanceId]/kibana-plugins')
		self.set_method('GET')
	def __init__(self):
		RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteTairCache')
		self.set_uri_pattern(self, '/TairCache')
		self.set_method(self, 'DELETE')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'CreateTemplate')
		self.set_uri_pattern('/templates')
		self.set_method('PUT')
	def __init__(self):
		RoaRequest.__init__(self, 'CS', '2015-12-15', 'GetClusterProjects')
		self.set_uri_pattern('/clusters/[ClusterId]/projects')
		self.set_method('GET')
Beispiel #60
0
 def __init__(self):
     RoaRequest.__init__(self, 'Green', '2018-05-09',
                         'VoiceIdentityRegister', 'green')
     self.set_uri_pattern('/green/voice/auth/register')
     self.set_method('POST')