'1.0', 'info' => ['style' => 'ROA', 'product' => 'sae', 'version' => '2019-05-06'], 'components' => [ 'schemas' => [ 'Container' => [ 'type' => 'object', 'properties' => [ 'Args' => ['type' => 'string', 'required' => false], 'Command' => ['type' => 'string', 'required' => false], 'EnvironmentVariables' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string'], ], 'Image' => ['type' => 'string', 'required' => true], 'WebNASConfig' => ['$ref' => '#/components/schemas/WebNASConfig', 'required' => false], 'WebOSSConfig' => ['$ref' => '#/components/schemas/WebOSSConfig', 'required' => false], 'Port' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'RequestConcurrency' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'RequestTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Resources' => ['$ref' => '#/components/schemas/ContainerResources', 'required' => true], 'StartupProbe' => ['$ref' => '#/components/schemas/StartupProbe', 'required' => false], 'SLSCollectConfigs' => ['$ref' => '#/components/schemas/SLSCollectConfigs'], 'MetricsCollectConfig' => ['$ref' => '#/components/schemas/MetricsCollectConfig'], 'ImageRegistryConfig' => ['$ref' => '#/components/schemas/ImageRegistryConfig'], ], ], 'ContainerResources' => [ 'type' => 'object', 'properties' => [ 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], 'Memory' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], 'CreateWebApplicationInput' => [ 'type' => 'object', 'properties' => [ 'ApplicationName' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128], 'Description' => ['type' => 'string', 'required' => false, 'maxLength' => 256], 'RevisionConfig' => ['$ref' => '#/components/schemas/RevisionConfig', 'required' => true], 'WebNetworkConfig' => ['$ref' => '#/components/schemas/WebNetworkConfig', 'required' => false], 'WebScalingConfig' => ['$ref' => '#/components/schemas/WebScalingConfig', 'required' => false], 'WebTrafficConfig' => ['$ref' => '#/components/schemas/WebTrafficConfig', 'required' => false], ], ], 'CreateWebCustomDomainInput' => [ 'type' => 'object', 'properties' => [ 'WebCertConfig' => ['$ref' => '#/components/schemas/WebCertConfig', 'required' => false], 'DefaultForwardingAppName' => ['type' => 'string', 'required' => false], 'DomainName' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 256], 'Protocol' => ['type' => 'string', 'required' => false], 'WebTLSConfig' => ['$ref' => '#/components/schemas/WebTLSConfig', 'required' => false], 'WebWAFConfig' => ['$ref' => '#/components/schemas/WebWAFConfig', 'required' => false], 'RouteConfig' => ['$ref' => '#/components/schemas/RouteConfig'], ], ], 'DescribeInstanceLogsOutput' => [ 'type' => 'object', 'properties' => [ 'WebLogEntrys' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebLogEntry'], ], ], ], 'DescribeWebAppStaticsOutput' => [ 'type' => 'object', 'properties' => [ 'Length' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'WebAppStatics' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebStaticsInfo'], ], ], ], 'DescribeWebStaticsQueryOutput' => [ 'type' => 'object', 'properties' => [ 'Length' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'WebStatics' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebStaticsInfo'], ], ], ], 'HTTPGetAction' => [ 'type' => 'object', 'properties' => [ 'Host' => ['type' => 'string', 'required' => false], 'HttpHeaders' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/HTTPHeader'], ], 'Path' => ['type' => 'string', 'required' => false], 'Port' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Scheme' => ['type' => 'string', 'required' => false], ], ], 'HTTPHeader' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], 'ImageRegistryConfig' => [ 'type' => 'object', 'properties' => [ 'AuthConfig' => ['$ref' => '#/components/schemas/RegistryAuthenticationConfig'], 'CertConfig' => ['$ref' => '#/components/schemas/RegistryCertificateConfig'], ], ], 'InitContainerConfig' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'ImageUrl' => ['type' => 'string'], 'Command' => ['type' => 'string'], 'CommandArgs' => ['type' => 'string'], 'Envs' => ['type' => 'string'], 'ConfigMapMountDesc' => ['type' => 'string'], 'EmptyDirDesc' => ['type' => 'string'], 'SecretMountDesc' => ['type' => 'string'], ], ], 'ListWebApplicationInstancesBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/ListWebInstancesOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'ListWebApplicationRevisionsBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/ListWebApplicationRevisionsOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'ListWebApplicationRevisionsOutput' => [ 'type' => 'object', 'properties' => [ 'NextToken' => ['type' => 'string', 'required' => false], 'Revisions' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/Revision'], ], ], ], 'ListWebApplicationsBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/ListWebApplicationsOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'ListWebApplicationsOutput' => [ 'type' => 'object', 'properties' => [ 'NextToken' => ['type' => 'string', 'required' => false], 'WebApplicationWithInstanceCount' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebApplicationWithInstanceCount'], ], ], ], 'ListWebCustomDomainBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/ListWebCustomDomainOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'ListWebCustomDomainOutput' => [ 'type' => 'object', 'properties' => [ 'NextToken' => ['type' => 'string', 'required' => false], 'WebCustomDomains' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebCustomDomain'], ], ], ], 'ListWebInstancesOutput' => [ 'type' => 'object', 'properties' => [ 'WebInstances' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebInstanceInfo'], ], 'CurrentError' => ['type' => 'string'], 'WebVersionStatus' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['$ref' => '#/components/schemas/WebVersionStatus'], ], ], ], 'MetricsCollectConfig' => [ 'type' => 'object', 'properties' => [ 'LogstoreName' => ['type' => 'string', 'required' => false, 'maxLength' => 63], 'ProjectName' => ['type' => 'string', 'required' => false, 'maxLength' => 63], 'EnablePushToUserSLS' => ['type' => 'boolean', 'required' => false], ], ], 'PathConfig' => [ 'type' => 'object', 'properties' => [ 'path' => ['type' => 'string'], 'applicationName' => ['type' => 'string'], ], ], 'PortProtocol' => [ 'type' => 'object', 'properties' => [ 'Port' => ['type' => 'integer', 'format' => 'int32'], 'TargetPort' => ['type' => 'integer', 'format' => 'int32'], 'Protocol' => ['type' => 'string'], ], ], 'PortProtocols' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/PortProtocol'], ], 'PriceEstimateFeature' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'RegionId' => ['type' => 'string', 'required' => true], 'EnvType' => ['type' => 'string', 'required' => true], 'AppType' => ['type' => 'string', 'required' => true], 'CpuStrategy' => ['type' => 'string', 'required' => true], 'CpuCore' => ['type' => 'number', 'format' => 'float', 'required' => true], 'MemoryGiB' => ['type' => 'number', 'format' => 'float', 'required' => true], 'MinInstanceCount' => ['type' => 'integer', 'format' => 'int64'], 'MaxInstanceCount' => ['type' => 'integer', 'format' => 'int64'], 'InstanceQps' => ['type' => 'number', 'format' => 'float'], 'InternetOutboundGiB' => ['type' => 'number', 'format' => 'float'], 'HighLoadSeconds' => ['type' => 'integer', 'format' => 'int64'], 'HighLoadQps' => ['type' => 'number', 'format' => 'float'], 'HighLoadInstanceCount' => ['type' => 'integer', 'format' => 'int64'], 'LowLoadSeconds' => ['type' => 'integer', 'format' => 'int64'], 'LowLoadQps' => ['type' => 'number', 'format' => 'float'], 'LowLoadInstanceCount' => ['type' => 'integer', 'format' => 'int64'], 'NoneLoadSeconds' => ['type' => 'integer', 'format' => 'int64'], 'NoneLoadInstanceCount' => ['type' => 'integer', 'format' => 'int64'], 'NewSaeVersion' => ['type' => 'string'], 'ResourceType' => ['type' => 'string'], 'EphemeralStorageGiB' => ['type' => 'integer', 'format' => 'int64'], 'EnableCpuIdle' => ['type' => 'boolean'], 'CpuUtilLevel' => ['type' => 'string'], 'CpuUtilMetrics' => [ 'type' => 'array', 'items' => ['type' => 'number', 'format' => 'float'], ], 'AppCount' => ['type' => 'integer', 'format' => 'int64'], ], ], 'ProbeHandler' => [ 'type' => 'object', 'properties' => [ 'HttpGet' => ['$ref' => '#/components/schemas/HTTPGetAction', 'required' => false], 'TcpSocket' => ['$ref' => '#/components/schemas/TCPSocketAction', 'required' => false], ], ], 'PublishWebApplicationRevisionInput' => [ 'type' => 'object', 'properties' => [ 'Containers' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/Container'], 'maxItems' => 1, ], 'Description' => ['type' => 'string', 'required' => false, 'maxLength' => 256], 'EnableArmsMetrics' => ['type' => 'boolean', 'required' => false], 'TakeEffect' => ['type' => 'boolean', 'required' => false], ], ], 'RegistryAuthenticationConfig' => [ 'type' => 'object', 'properties' => [ 'UserName' => ['type' => 'string'], 'Password' => ['type' => 'string'], ], ], 'RegistryCertificateConfig' => [ 'type' => 'object', 'properties' => [ 'Insecure' => ['type' => 'boolean'], 'CertBase64' => ['type' => 'string'], ], ], 'Revision' => [ 'type' => 'object', 'properties' => [ 'CreatedTime' => ['type' => 'string', 'required' => false], 'Description' => ['type' => 'string', 'required' => false], 'RevisionConfig' => ['$ref' => '#/components/schemas/RevisionConfig', 'required' => false], 'RevisionId' => ['type' => 'string', 'required' => false], 'Weight' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], 'RevisionConfig' => [ 'type' => 'object', 'properties' => [ 'Containers' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/Container'], 'maxItems' => 1, ], 'EnableArmsMetrics' => ['type' => 'boolean', 'required' => false], 'WebNetworkConfig' => ['$ref' => '#/components/schemas/WebNetworkConfig', 'required' => false], ], ], 'RouteConfig' => [ 'type' => 'object', 'properties' => [ 'routes' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/PathConfig'], ], ], ], 'SidecarContainerConfig' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'Cpu' => ['type' => 'integer', 'format' => 'int32'], 'Memory' => ['type' => 'integer', 'format' => 'int32'], 'ImageUrl' => ['type' => 'string'], 'Command' => ['type' => 'string'], 'CommandArgs' => ['type' => 'string'], 'Envs' => ['type' => 'string'], 'ConfigMapMountDesc' => ['type' => 'string'], 'EmptyDirDesc' => ['type' => 'string'], 'AcrInstanceId' => ['type' => 'string'], 'SecretMountDesc' => ['type' => 'string'], 'Liveness' => ['type' => 'string'], 'Readiness' => ['type' => 'string'], 'PreStop' => ['type' => 'string'], 'PostStart' => ['type' => 'string'], ], ], 'SLSCollectConfig' => [ 'type' => 'object', 'properties' => [ 'LogPath' => ['type' => 'string', 'required' => false], 'LogType' => ['type' => 'string', 'required' => false], 'LogstoreName' => ['type' => 'string', 'required' => false], 'LogtailName' => ['type' => 'string', 'required' => false], 'MachineGroup' => ['type' => 'string', 'required' => false], 'ProjectName' => ['type' => 'string', 'required' => false], ], ], 'SLSCollectConfigs' => [ 'type' => 'object', 'properties' => [ 'CollectConfigs' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/SLSCollectConfig'], ], ], ], 'StartupProbe' => [ 'type' => 'object', 'properties' => [ 'FailureThreshold' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'InitialDelaySeconds' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'PeriodSeconds' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ProbeHandler' => ['$ref' => '#/components/schemas/ProbeHandler', 'required' => false], 'TimeoutSeconds' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'TCPSocketAction' => [ 'type' => 'object', 'properties' => [ 'Host' => ['type' => 'string', 'required' => false], 'Port' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'UpdateWebApplicationInput' => [ 'type' => 'object', 'properties' => [ 'Description' => ['type' => 'string', 'required' => false, 'maxLength' => 256], 'WebNetworkConfig' => ['$ref' => '#/components/schemas/WebNetworkConfig', 'required' => false], ], ], 'UpdateWebApplicationScalingConfigInput' => [ 'type' => 'object', 'properties' => [ 'MaximumInstanceCount' => ['type' => 'integer', 'format' => 'int64', 'required' => true], 'MinimumInstanceCount' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'UpdateWebApplicationTrafficConfigInput' => [ 'type' => 'object', 'properties' => [ 'WebAclConfig' => ['$ref' => '#/components/schemas/WebAclConfig', 'required' => false], 'AuthType' => ['type' => 'string', 'required' => false], 'DisableURLInternet' => ['type' => 'boolean', 'required' => false], 'RevisionsTrafficWeight' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'number', 'format' => 'float'], ], ], ], 'UpdateWebCustomDomainInput' => [ 'type' => 'object', 'properties' => [ 'WebCertConfig' => ['$ref' => '#/components/schemas/WebCertConfig', 'required' => false], 'DefaultForwardingAppName' => ['type' => 'string', 'required' => false], 'Protocol' => ['type' => 'string', 'required' => false], 'WebTLSConfig' => ['$ref' => '#/components/schemas/WebTLSConfig', 'required' => false], 'WebWAFConfig' => ['$ref' => '#/components/schemas/WebWAFConfig', 'required' => false], 'RouteConfig' => ['$ref' => '#/components/schemas/RouteConfig'], ], ], 'WebAclConfig' => [ 'type' => 'object', 'properties' => [ 'WebAclEntries' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/WebAclEntryConfig', 'required' => true], ], ], ], 'WebAclEntryConfig' => [ 'type' => 'object', 'properties' => [ 'Entry' => ['type' => 'string', 'required' => true], ], ], 'WebApplication' => [ 'type' => 'object', 'properties' => [ 'ApplicationId' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128], 'ApplicationName' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128], 'CreatedTime' => ['type' => 'string', 'required' => false], 'Description' => ['type' => 'string', 'required' => false, 'maxLength' => 256], 'LastModifiedTime' => ['type' => 'string', 'required' => false], 'NamespaceId' => ['type' => 'string', 'required' => false], 'RevisionConfig' => ['$ref' => '#/components/schemas/RevisionConfig', 'required' => false], 'InternetURL' => ['type' => 'string', 'required' => false], 'IntranetURL' => ['type' => 'string', 'required' => false], 'VpcId' => ['type' => 'string', 'required' => false], 'WebScalingConfig' => ['$ref' => '#/components/schemas/WebScalingConfig', 'required' => false], 'WebTrafficConfig' => ['$ref' => '#/components/schemas/WebTrafficConfig', 'required' => false], ], ], 'WebApplicationBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/WebApplication', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationInstanceLogsBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/DescribeInstanceLogsOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationResourceStaticsBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/DescribeWebAppStaticsOutput', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationRevisionBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/Revision', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationScalingConfigBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/WebScalingConfig', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationStatus' => [ 'type' => 'object', 'properties' => [ 'InstanceCount' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'WebScalingConfig' => ['$ref' => '#/components/schemas/WebScalingConfig', 'required' => false], ], ], 'WebApplicationTrafficConfigBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/WebTrafficConfig', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebApplicationWithInstanceCount' => [ 'type' => 'object', 'properties' => [ 'WebApplication' => ['$ref' => '#/components/schemas/WebApplication', 'required' => false], 'InstanceCount' => ['type' => 'integer', 'format' => 'int64'], ], ], 'WebApplicationWithStatus' => [ 'type' => 'object', 'properties' => [ 'WebApplication' => ['$ref' => '#/components/schemas/WebApplication', 'required' => false], 'Status' => ['$ref' => '#/components/schemas/WebApplicationStatus', 'required' => false], ], ], 'WebCertConfig' => [ 'type' => 'object', 'properties' => [ 'CertName' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 128], 'Certificate' => ['type' => 'string', 'required' => false, 'maxLength' => 20480], 'PrivateKey' => ['type' => 'string', 'required' => false, 'maxLength' => 4096], ], ], 'WebCustomDomain' => [ 'type' => 'object', 'properties' => [ 'accountId' => ['type' => 'string', 'required' => false], 'WebCertConfig' => ['$ref' => '#/components/schemas/WebCertConfig', 'required' => false], 'CreatedTime' => ['type' => 'string', 'required' => false], 'DefaultForwardingAppName' => ['type' => 'string', 'required' => false], 'DomainName' => ['type' => 'string', 'required' => false], 'LastModifiedTime' => ['type' => 'string', 'required' => false], 'NamespaceId' => ['type' => 'string', 'required' => false], 'Protocol' => ['type' => 'string', 'required' => false], 'WebTLSConfig' => ['$ref' => '#/components/schemas/WebTLSConfig', 'required' => false], 'WebWAFConfig' => ['$ref' => '#/components/schemas/WebWAFConfig', 'required' => false], 'RouteConfig' => ['$ref' => '#/components/schemas/RouteConfig'], ], ], 'WebCustomDomainBody' => [ 'type' => 'object', 'properties' => [ 'Code' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Data' => ['$ref' => '#/components/schemas/WebCustomDomain', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'RequestId' => ['type' => 'string', 'required' => false], 'Success' => ['type' => 'boolean', 'required' => false], ], ], 'WebInstanceInfo' => [ 'type' => 'object', 'properties' => [ 'InstanceId' => ['type' => 'string', 'required' => false], 'VersionId' => ['type' => 'string', 'required' => false], 'ImageUrl' => ['type' => 'string'], 'Status' => ['type' => 'string'], ], ], 'WebLogEntry' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string', 'required' => false], ], ], 'WebNASConfig' => [ 'type' => 'object', 'properties' => [ 'MountPoints' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebNASMountPoint', 'required' => false], 'maxItems' => 5, ], ], ], 'WebNASMountPoint' => [ 'type' => 'object', 'properties' => [ 'MountDir' => ['type' => 'string', 'required' => false, 'maxLength' => 64], 'NasAddr' => ['type' => 'string', 'required' => false, 'maxLength' => 128], 'NasPath' => ['type' => 'string'], ], ], 'WebNetworkConfig' => [ 'type' => 'object', 'properties' => [ 'InternetAccess' => ['type' => 'boolean', 'required' => false], 'SecurityGroupId' => ['type' => 'string', 'required' => false, 'maxLength' => 50], 'VSwitchIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string'], 'maxItems' => 10, ], ], ], 'WebOSSConfig' => [ 'type' => 'object', 'properties' => [ 'MountPoints' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WebOSSMountPoint', 'required' => false], 'maxItems' => 5, ], ], ], 'WebOSSMountPoint' => [ 'type' => 'object', 'properties' => [ 'BucketName' => ['type' => 'string', 'required' => false, 'minLength' => 3, 'maxLength' => 64], 'BucketPath' => ['type' => 'string', 'required' => false, 'maxLength' => 128], 'MountDir' => ['type' => 'string', 'required' => false, 'minLength' => 2, 'maxLength' => 64], 'ReadOnly' => ['type' => 'boolean', 'required' => false], ], ], 'WebScalingConfig' => [ 'type' => 'object', 'properties' => [ 'MaximumInstanceCount' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'MinimumInstanceCount' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], 'WebStaticsInfo' => [ 'type' => 'object', 'properties' => [ 'CpuUsage' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Invocations' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'InternetTrafficOut' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'MemoryUsage' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], 'WebTLSConfig' => [ 'type' => 'object', 'properties' => [ 'CipherSuites' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'MaxVersion' => ['type' => 'string', 'required' => false], 'MinVersion' => ['type' => 'string', 'required' => false], ], ], 'WebTrafficConfig' => [ 'type' => 'object', 'properties' => [ 'WebAclConfig' => ['$ref' => '#/components/schemas/WebAclConfig', 'required' => false], 'AuthType' => ['type' => 'string', 'required' => false], 'DisableInternetURL' => ['type' => 'boolean', 'required' => false], 'RevisionsTrafficWeight' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'number', 'format' => 'float'], ], ], ], 'WebVersionStatus' => [ 'type' => 'object', 'properties' => [ 'ErrorMessage' => ['type' => 'string'], 'Status' => ['type' => 'string'], ], ], 'WebWAFConfig' => [ 'type' => 'object', 'properties' => [ 'EnableWAF' => ['type' => 'boolean', 'required' => false], ], ], ], ], 'apis' => [ 'AbortAndRollbackChangeOrder' => [ 'path' => '/pop/v1/sam/changeorder/AbortAndRollbackChangeOrder', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChangeOrderId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'AbortChangeOrder' => [ 'path' => '/pop/v1/sam/changeorder/AbortChangeOrder', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChangeOrderId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Rollback', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'BatchRestartApplications' => [ 'path' => '/pop/v1/sam/app/batchRestartApplications', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'BatchStartApplications' => [ 'path' => '/pop/v1/sam/app/batchStartApplications', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Version', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BatchStopApplications' => [ 'path' => '/pop/v1/sam/app/batchStopApplications', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Version', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BindNlb' => [ 'path' => '/pop/v1/sam/app/nlb', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NlbId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Listeners', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ZoneMappings', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AddressType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BindSlb' => [ 'path' => '/pop/v1/sam/app/slb', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Internet', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Intranet', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InternetSlbId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IntranetSlbId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InternetSlbChargeType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IntranetSlbChargeType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ConfirmPipelineBatch' => [ 'path' => '/pop/v1/sam/changeorder/ConfirmPipelineBatch', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Confirm', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => true], ], ], ], 'CreateApplication' => [ 'path' => '/pop/v1/sam/app/createApplication', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PackageVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Jdk', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebContainer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommandArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Envs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomHostAlias', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Liveness', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Readiness', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Deploy', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EdasContainerVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timezone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountHost', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreStop', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigMapMountDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AutoConfig', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TerminationGracePeriodSeconds', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '6000'], ], [ 'name' => 'PhpArmsConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TomcatConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssMountDescs', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkSecret', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Php', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrInstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrAssumeRoleArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImagePullSecrets', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AssociateEip', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ProgrammingLanguage', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KafkaConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PvtzDiscoverySvc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroRegistration', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroRegistrationConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Python', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PythonModules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Dotnet', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableEbpf', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SaeVersion', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['v1', 'v2'], ], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BaseAppId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceTags', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableNewArms', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableCpuBurst', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OidcRoleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SidecarContainersConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/SidecarContainerConfig', 'required' => false], ], ], [ 'name' => 'SecretMountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableSidecarResourceIsolated', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CustomImageNetworkType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NewSaeVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroserviceEngineConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DiskSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'InitContainersConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/InitContainerConfig', 'required' => false], ], ], [ 'name' => 'GpuConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartupProbe', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsStateful', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnablePrometheus', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'HeadlessPvtzDiscoverySvc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Html', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EmptyDirDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableNamespaceAgentVersion', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AgentVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableNamespaceSlsConfig', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SlsLogEnvTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LokiConfigs', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'Labels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'RaspConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'EnableRasp' => ['type' => 'boolean'], 'RaspAppName' => ['type' => 'string'], 'RaspAppKey' => ['type' => 'string'], ], ], ], ], ], 'CreateApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/applicationScalingRule', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleTimer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScalingRuleMetric', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ScalingRuleEnable', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableIdle', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateConfigMap' => [ 'path' => '/pop/v1/sam/configmap/configMap', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Data', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Data' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateGreyTagRoute' => [ 'path' => '/pop/v1/sam/tagroute/greyTagRoute', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => [], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DubboRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlbRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateIngress' => [ 'path' => '/pop/v1/sam/ingress/Ingress', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlbId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'CertId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CertIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DefaultRule', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Rules', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LoadBalanceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerProtocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SecurityPolicyId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequestTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'IdleTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EnableXForwardedFor', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForClientSrcPort', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForProto', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForSlbId', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForSlbPort', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AddressType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerEdition', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ZoneMappings', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CorsConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableGzip', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateJob' => [ 'path' => '/pop/v1/sam/job/createJob', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PackageVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Jdk', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebContainer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommandArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Envs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomHostAlias', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EdasContainerVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timezone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountHost', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreStop', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigMapMountDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AutoConfig', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TerminationGracePeriodSeconds', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '6000'], ], [ 'name' => 'PhpConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TomcatConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssMountDescs', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkSecret', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrInstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrAssumeRoleArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImagePullSecrets', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableImageAccl', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Workload', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TriggerConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConcurrencyPolicy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'BackoffLimit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Slice', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SliceEnvs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RefAppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProgrammingLanguage', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Python', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PythonModules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BestEffortType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateNamespace' => [ 'path' => '/pop/v1/paas/namespace', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NamespaceDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableMicroRegistration', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateOrUpdateSwimmingLane' => [ 'path' => '/pop/v1/cas/gray/createOrUpdateSwimmingLane', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'LaneId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'LaneName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LaneTag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CanaryModel', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AppEntryRule', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Paths' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Percentage' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ConditionJoiner' => ['type' => 'string', 'required' => false], 'Conditions' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Name' => ['type' => 'string', 'required' => false], 'Condition' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'IndependentPercentageEnable' => ['type' => 'boolean', 'required' => false], 'PercentageByPath' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], [ 'name' => 'MseGatewayEntryRule', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RouteIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], 'Percentage' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ConditionJoiner' => ['type' => 'string', 'required' => false], 'Conditions' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Name' => ['type' => 'string', 'required' => false], 'Condition' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'IndependentPercentageEnable' => ['type' => 'boolean', 'required' => false], 'PercentageByRoute' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], ], ], 'CreateOrUpdateSwimmingLaneGroup' => [ 'path' => '/pop/v1/cas/gray/createOrUpdateSwimmingLaneGroup', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'EntryAppType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EntryAppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SwimVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateSecret' => [ 'path' => '/pop/v1/sam/secret/secret', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecretName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecretType', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['Opaque', 'kubernetes.io/dockerconfigjson', 'kubernetes.io/tls'], ], ], [ 'name' => 'SecretData', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'SecretData' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'CreateWebApplication' => [ 'path' => '/pop/v2/api/web/applications', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/CreateWebApplicationInput', 'required' => true], ], ], ], 'CreateWebCustomDomain' => [ 'path' => '/pop/v2/api/web/custom-domains', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/CreateWebCustomDomainInput', 'required' => true], ], ], ], 'DeleteApplication' => [ 'path' => '/pop/v1/sam/app/deleteApplication', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/applicationScalingRule', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteConfigMap' => [ 'path' => '/pop/v1/sam/configmap/configMap', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ConfigMapId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteGreyTagRoute' => [ 'path' => '/pop/v1/sam/tagroute/greyTagRoute', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GreyTagRouteId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteHistoryJob' => [ 'path' => '/pop/v1/sam/job/deleteHistoryJob', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteIngress' => [ 'path' => '/pop/v1/sam/ingress/Ingress', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'IngressId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteInstances' => [ 'path' => '/pop/v1/sam/app/deleteInstances', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteJob' => [ 'path' => '/pop/v1/sam/job/deleteJob', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteNamespace' => [ 'path' => '/pop/v1/paas/namespace', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteSecret' => [ 'path' => '/pop/v1/sam/secret/secret', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecretId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '1', 'maximum' => '1000000000'], ], ], ], 'DeleteSwimmingLaneGroup' => [ 'path' => '/pop/v1/cas/gray/deleteSwimmingLaneGroup', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteWebApplication' => [ 'path' => '/pop/v2/api/web/applications/{ApplicationId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteWebApplicationRevision' => [ 'path' => '/pop/v2/api/web/application-revisions/{ApplicationId}/revisions/{RevisionId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RevisionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteWebCustomDomain' => [ 'path' => '/pop/v2/api/web/custom-domains/{DomainName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DomainName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeployApplication' => [ 'path' => '/pop/v1/sam/app/deployApplication', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Jdk', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebContainer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommandArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Envs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomHostAlias', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Liveness', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Readiness', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'BatchWaitTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EdasContainerVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UpdateStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timezone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountHost', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreStop', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChangeOrderDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AutoEnableApplicationScalingRule', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ConfigMapMountDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TerminationGracePeriodSeconds', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '6000'], ], [ 'name' => 'EnableAhas', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpArmsConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TomcatConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssMountDescs', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkSecret', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableGreyTagRoute', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Php', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrInstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrAssumeRoleArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImagePullSecrets', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AssociateEip', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'KafkaConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PvtzDiscoverySvc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SwimlanePvtzDiscoverySvc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroRegistration', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroRegistrationConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Python', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PythonModules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Dotnet', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Deploy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceTags', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableNewArms', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableCpuBurst', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OidcRoleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SidecarContainersConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/SidecarContainerConfig', 'required' => false], ], ], [ 'name' => 'SecretMountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableSidecarResourceIsolated', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CustomImageNetworkType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MicroserviceEngineConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NewSaeVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InitContainersConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/InitContainerConfig', 'required' => false], ], ], [ 'name' => 'GpuConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartupProbe', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnablePrometheus', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Html', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EmptyDirDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlbIngressReadinessGate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxSurgeInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MaxSurgeInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AgentVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableNamespaceAgentVersion', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SlsLogEnvTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LokiConfigs', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'Labels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'RaspConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'EnableRasp' => ['type' => 'boolean'], 'RaspAppName' => ['type' => 'string'], 'RaspAppKey' => ['type' => 'string'], ], ], ], ], ], 'DescribeAppServiceDetail' => [ 'path' => '/pop/v1/sam/service/describeAppServiceDetail', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ServiceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceGroup', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NacosInstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NacosNamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeApplicationConfig' => [ 'path' => '/pop/v1/sam/app/describeApplicationConfig', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VersionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeApplicationGroups' => [ 'path' => '/pop/v1/sam/app/describeApplicationGroups', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'DescribeApplicationImage' => [ 'path' => '/pop/v1/sam/container/describeApplicationImage', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeApplicationInstances' => [ 'path' => '/pop/v1/sam/app/describeApplicationInstances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeApplicationMseService' => [ 'path' => '/pop/v1/sam/app/applicationMseService', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EnableAhas', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => true], ], ], ], 'DescribeApplicationNlbs' => [ 'path' => '/pop/v1/sam/app/nlb', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/applicationScalingRule', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeApplicationScalingRules' => [ 'path' => '/pop/v1/sam/scale/applicationScalingRules', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeApplicationSlbs' => [ 'path' => '/pop/v1/sam/app/slb', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeApplicationStatus' => [ 'path' => '/pop/v1/sam/app/describeApplicationStatus', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeChangeOrder' => [ 'path' => '/pop/v1/sam/changeorder/DescribeChangeOrder', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChangeOrderId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeComponents' => [ 'path' => '/pop/v1/sam/resource/components', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeConfigMap' => [ 'path' => '/pop/v1/sam/configmap/configMap', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ConfigMapId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DescribeConfigurationPrice' => [ 'path' => '/pop/v1/paas/configurationPrice', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Workload', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NewSaeVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BestEffortType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeEdasContainers' => [ 'path' => '/pop/v1/sam/resource/edasContainers', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'DescribeGreyTagRoute' => [ 'path' => '/pop/v1/sam/tagroute/greyTagRoute', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GreyTagRouteId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '1', 'exclusiveMaximum' => false], ], ], ], 'DescribeIngress' => [ 'path' => '/pop/v1/sam/ingress/Ingress', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'IngressId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DescribeInstanceLog' => [ 'path' => '/pop/v1/sam/instance/describeInstanceLog', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContainerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Previous', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeInstanceSpecifications' => [ 'path' => '/pop/v1/paas/quota/instanceSpecifications', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'DescribeJob' => [ 'path' => '/pop/v1/sam/job/describeJob', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeJobHistory' => [ 'path' => '/pop/v1/sam/job/describeJobHistory', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'State', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeJobStatus' => [ 'path' => '/pop/v1/sam/job/describeJobStatus', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeNamespace' => [ 'path' => '/pop/v1/paas/namespace', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeNamespaceList' => [ 'path' => '/pop/v1/sam/namespace/describeNamespaceList', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ContainCustom', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'HybridCloudExclude', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DescribeNamespaceResources' => [ 'path' => '/pop/v1/sam/namespace/describeNamespaceResources', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeNamespaces' => [ 'path' => '/pop/v1/paas/namespaces', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'DescribePipeline' => [ 'path' => '/pop/v1/sam/changeorder/DescribePipeline', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeRegions' => [ 'path' => '/pop/v1/paas/regionConfig', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'DescribeSecret' => [ 'path' => '/pop/v1/sam/secret/secret', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecretId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '1', 'maximum' => '1000000000'], ], ], ], 'DescribeSwimmingLane' => [ 'path' => '/pop/v1/cas/gray/describeSwimmingLane', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'LaneId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DescribeWebApplication' => [ 'path' => '/pop/v2/api/web/applications/{ApplicationId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeWebApplicationResourceStatics' => [ 'path' => '/pop/v2/api/web/applications-observability/{ApplicationId}/resource', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DescribeWebApplicationRevision' => [ 'path' => '/pop/v2/api/web/application-revisions/{ApplicationId}/revisions/{RevisionId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RevisionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeWebApplicationScalingConfig' => [ 'path' => '/pop/v2/api/web/application-scaling/{ApplicationId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeWebApplicationTrafficConfig' => [ 'path' => '/pop/v2/api/web/application-traffic/{ApplicationId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeWebCustomDomain' => [ 'path' => '/pop/v2/api/web/custom-domains/{DomainName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DomainName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeWebInstanceLogs' => [ 'path' => '/pop/v2/api/web/applications-observability/{ApplicationId}/instances/{InstanceId}/logs', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DisableApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/disableApplicationScalingRule', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DisableArms' => [ 'path' => '/pop/v1/arms/disableArms', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DowngradeApplicationApmService' => [ 'path' => '/pop/v1/sam/app/applicationApmService', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'EnableApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/enableApplicationScalingRule', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ExecJob' => [ 'path' => '/pop/v1/sam/job/execJob', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EventId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommandArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Envs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Time', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetApplication' => [ 'path' => '/pop/v1/sam/app/getApplication', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetArmsTopNMetric' => [ 'path' => '/pop/v1/sam/getArmsTopNMetric', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CpuStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetAvailabilityMetric' => [ 'path' => '/pop/v1/sam/getAvailabilityMetric', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CpuStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetChangeOrderMetric' => [ 'path' => '/pop/v1/sam/getChangeOrderMetric', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CpuStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetScaleAppMetric' => [ 'path' => '/pop/v1/sam/getScaleAppMetric', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CpuStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetWarningEventMetric' => [ 'path' => '/pop/v1/sam/getWarningEventMetric', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CpuStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetWebshellToken' => [ 'path' => '/pop/v1/sam/instance/webshellToken', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PodName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContainerName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAllSwimmingLaneGroups' => [ 'path' => '/pop/v1/cas/gray/listSwimmingLaneGroups', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAllSwimmingLanes' => [ 'path' => '/pop/v1/cas/gray/listSwimmingLanes', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListAppEvents' => [ 'path' => '/pop/v1/sam/app/listAppEvents', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ObjectKind', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ObjectName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EventType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reason', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListAppServices' => [ 'path' => '/pop/v1/sam/service/listAppServices', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServiceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegistryType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NacosInstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NacosNamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAppServicesPage' => [ 'path' => '/pop/v1/sam/service/listAppServicesPage', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ServiceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListAppVersions' => [ 'path' => '/pop/v1/sam/app/listAppVersions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListApplications' => [ 'path' => '/pop/v1/sam/app/listApplications', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'FieldType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FieldValue', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsStateful', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NewSaeVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProgrammingLanguage', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'ListApplicationsForSwimmingLane' => [ 'path' => '/pop/v1/cas/gray/listApplicationsForSwimmingLane', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Tag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListChangeOrders' => [ 'path' => '/pop/v1/sam/changeorder/ListChangeOrders', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Key', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'ListConsumedServices' => [ 'path' => '/pop/v1/sam/service/listConsumedServices', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListGreyTagRoute' => [ 'path' => '/pop/v1/sam/tagroute/greyTagRouteList', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListIngresses' => [ 'path' => '/pop/v1/sam/ingress/IngressList', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListJobs' => [ 'path' => '/pop/v1/sam/job/listJobs', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'FieldType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FieldValue', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Workload', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLogConfigs' => [ 'path' => '/pop/v1/sam/log/listLogConfigs', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'ListNamespaceChangeOrders' => [ 'path' => '/pop/v1/sam/changeorder/listNamespaceChangeOrders', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CoStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Key', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListNamespacedConfigMaps' => [ 'path' => '/pop/v1/sam/configmap/listNamespacedConfigMaps', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListPublishedServices' => [ 'path' => '/pop/v1/sam/service/listPublishedServices', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListSecrets' => [ 'path' => '/pop/v1/sam/secret/secrets', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListSwimmingLaneGatewayRoutes' => [ 'path' => '/pop/v1/cas/gray/listSwimmingLaneGatewayRoutes', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GatewayUniqueId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSwimmingLaneGroupTags' => [ 'path' => '/pop/v1/cas/gray/listSwimmingLaneGroupTags', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListTagResources' => [ 'path' => '/tags', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListWebApplicationInstances' => [ 'path' => '/pop/v2/api/web/applications-observability/{ApplicationId}/instances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'VersionIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListWebApplicationRevisions' => [ 'path' => '/pop/v2/api/web/application-revisions/{ApplicationId}/revisions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListWebApplications' => [ 'path' => '/pop/v2/api/web/applications', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prefix', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListWebCustomDomains' => [ 'path' => '/pop/v2/api/web/custom-domains', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ApplicationId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prefix', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'OpenSaeService' => [ 'path' => '/service/open', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'APP' => [], ], [ 'PrivateKey' => [], ], [ 'BearerToken' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'PublishWebApplicationRevision' => [ 'path' => '/pop/v2/api/web/application-revisions/{ApplicationId}/revisions', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/PublishWebApplicationRevisionInput', 'required' => true], ], ], ], 'QueryArmsEnable' => [ 'path' => '/pop/v1/arms/queryArms', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryResourceStatics' => [ 'path' => '/pop/v1/paas/quota/queryResourceStatics', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ReduceApplicationCapacityByInstanceIds' => [ 'path' => '/pop/v1/sam/app/ScaleInApplicationWithInstanceIds', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RescaleApplication' => [ 'path' => '/pop/v1/sam/app/rescaleApplication', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AutoEnableApplicationScalingRule', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'RescaleApplicationVertically' => [ 'path' => '/pop/v1/sam/app/rescaleApplicationVertically', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'minReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'minReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'autoEnableApplicationScalingRule', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'DiskSize', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Deploy', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'RestartApplication' => [ 'path' => '/pop/v1/sam/app/restartApplication', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AutoEnableApplicationScalingRule', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'RestartInstances' => [ 'path' => '/pop/v1/sam/app/restartInstances', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ResumeTraffic' => [ 'path' => '/pop/v1/sam/app/instanceTrafficResume', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RollbackApplication' => [ 'path' => '/pop/v1/sam/app/rollbackApplication', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VersionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BatchWaitTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UpdateStrategy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AutoEnableApplicationScalingRule', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StartApplication' => [ 'path' => '/pop/v1/sam/app/startApplication', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StartWebApplication' => [ 'path' => '/pop/v2/api/web/application-ops/{ApplicationId}/start', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StopApplication' => [ 'path' => '/pop/v1/sam/app/stopApplication', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StopWebApplication' => [ 'path' => '/pop/v2/api/web/application-ops/{ApplicationId}/stop', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SuspendJob' => [ 'path' => '/pop/v1/sam/job/suspendJob', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Suspend', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => true], ], ], ], 'SuspendTraffic' => [ 'path' => '/pop/v1/sam/app/instanceTrafficSuspend', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'TagResources' => [ 'path' => '/tags', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tags', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceIds', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UnbindNlb' => [ 'path' => '/pop/v1/sam/app/nlb', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NlbId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Port', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'UnbindSlb' => [ 'path' => '/pop/v1/sam/app/slb', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Internet', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Intranet', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UntagResources' => [ 'path' => '/tags', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TagKeys', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DeleteAll', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateAppMode' => [ 'path' => '/pop/v1/sam/app/updateAppMode', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'EnableIdle', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateAppSecurityGroup' => [ 'path' => '/pop/v1/sam/app/updateAppSecurityGroup', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateApplicationDescription' => [ 'path' => '/pop/v1/sam/app/updateAppDescription', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateApplicationScalingRule' => [ 'path' => '/pop/v1/sam/scale/applicationScalingRule', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ScalingRuleTimer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScalingRuleMetric', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EnableIdle', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ScalingRuleType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateApplicationVswitches' => [ 'path' => '/pop/v1/sam/app/updateAppVswitches', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Deploy', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'MinReadyInstances', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MinReadyInstanceRatio', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'UpdateConfigMap' => [ 'path' => '/pop/v1/sam/configmap/configMap', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ConfigMapId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Data', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Data' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateGreyTagRoute' => [ 'path' => '/pop/v1/sam/tagroute/greyTagRoute', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DubboRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GreyTagRouteId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AlbRules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateIngress' => [ 'path' => '/pop/v1/sam/ingress/Ingress', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'IngressId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'CertId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CertIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DefaultRule', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Rules', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalanceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerProtocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequestTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SecurityPolicyId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IdleTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EnableXForwardedFor', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForClientSrcPort', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForProto', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForSlbId', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'EnableXForwardedForSlbPort', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CorsConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableGzip', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateJob' => [ 'path' => '/pop/v1/sam/job/updateJob', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Jdk', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebContainer', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommandArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Envs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomHostAlias', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JarStartArgs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EdasContainerVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timezone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountHost', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MountDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreStop', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WarStartOptions', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigMapMountDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TerminationGracePeriodSeconds', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '6000'], ], [ 'name' => 'PhpConfigLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PhpConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TomcatConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssMountDescs', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssAkSecret', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Php', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrInstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AcrAssumeRoleArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImagePullSecrets', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableImageAccl', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TriggerConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConcurrencyPolicy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'BackoffLimit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Slice', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SliceEnvs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Replicas', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RefAppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProgrammingLanguage', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Python', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PythonModules', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NasConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BestEffortType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateNamespace' => [ 'path' => '/pop/v1/paas/namespace', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NamespaceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NamespaceDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableMicroRegistration', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateNamespaceSlsConfigs' => [ 'path' => '/pop/cas/namespace/updateNamespaceSlsConfigs', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsConfigs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlsLogEnvTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateNamespaceVpc' => [ 'path' => '/pop/v1/sam/namespace/updateNamespaceVpc', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NameSpaceShortId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateSecret' => [ 'path' => '/pop/v1/sam/secret/secret', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecretId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '1', 'maximum' => '1000000000'], ], [ 'name' => 'SecretData', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'SecretData' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'UpdateSwimmingLaneEnableAttribute' => [ 'path' => '/pop/v1/cas/gray/updateSwimmingLaneEnableAttribute', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/x-www-form-urlencoded'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'LaneId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Enable', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateWebApplication' => [ 'path' => '/pop/v2/api/web/applications/{ApplicationId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/UpdateWebApplicationInput', 'required' => true], ], ], ], 'UpdateWebApplicationScalingConfig' => [ 'path' => '/pop/v2/api/web/application-scaling/{ApplicationId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/UpdateWebApplicationScalingConfigInput', 'required' => true], ], ], ], 'UpdateWebApplicationTrafficConfig' => [ 'path' => '/pop/v2/api/web/application-traffic/{ApplicationId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApplicationId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/UpdateWebApplicationTrafficConfigInput', 'required' => true], ], ], ], 'UpdateWebCustomDomain' => [ 'path' => '/pop/v2/api/web/custom-domains/{DomainName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'NamespaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DomainName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/UpdateWebCustomDomainInput', 'required' => true], ], ], ], 'UpgradeApplicationApmService' => [ 'path' => '/pop/v1/sam/app/applicationApmService', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-shenzhen.aliyuncs.com', 'endpoint' => 'sae.cn-shenzhen.aliyuncs.com', 'vpc' => 'sae-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'sae.cn-wulanchabu.aliyuncs.com', 'vpc' => 'sae-vpc.cn-wulanchabu.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-beijing.aliyuncs.com', 'endpoint' => 'sae.cn-beijing.aliyuncs.com', 'vpc' => 'sae-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.ap-northeast-1.aliyuncs.com', 'endpoint' => 'sae.ap-northeast-1.aliyuncs.com', 'vpc' => 'sae-vpc.ap-northeast-1.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-chengdu.aliyuncs.com', 'endpoint' => 'sae.cn-chengdu.aliyuncs.com', 'vpc' => 'sae-vpc.cn-chengdu.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-shanghai.aliyuncs.com', 'endpoint' => 'sae.cn-shanghai.aliyuncs.com', 'vpc' => 'sae-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-guangzhou', 'regionName' => '华南3(广州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-guangzhou.aliyuncs.com', 'endpoint' => 'sae.cn-guangzhou.aliyuncs.com', 'vpc' => 'sae-vpc.cn-guangzhou.aliyuncs.com'], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-hongkong.aliyuncs.com', 'endpoint' => 'sae.cn-hongkong.aliyuncs.com', 'vpc' => 'sae-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-heyuan', 'regionName' => '华南2(河源)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-heyuan.aliyuncs.com', 'endpoint' => 'sae.cn-heyuan.aliyuncs.com', 'vpc' => 'sae-vpc.cn-heyuan.aliyuncs.com'], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.ap-southeast-1.aliyuncs.com', 'endpoint' => 'sae.ap-southeast-1.aliyuncs.com', 'vpc' => 'sae-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'sae.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'sae-vpc.cn-zhangjiakou.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sae.cn-hangzhou.aliyuncs.com', 'endpoint' => 'sae.cn-hangzhou.aliyuncs.com', 'vpc' => 'sae-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'sae.us-west-1.aliyuncs.com', 'endpoint' => 'sae.us-west-1.aliyuncs.com', 'vpc' => 'sae-vpc.us-west-1.aliyuncs.com'], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'sae.us-east-1.aliyuncs.com', 'endpoint' => 'sae.us-east-1.aliyuncs.com', 'vpc' => 'sae-vpc.us-east-1.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'sae.eu-central-1.aliyuncs.com', 'endpoint' => 'sae.eu-central-1.aliyuncs.com', 'vpc' => 'sae-vpc.eu-central-1.aliyuncs.com'], ], ];