'1.0', 'info' => ['style' => 'RPC', 'product' => 'brain-industrial', 'version' => '2020-09-20'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ActivateLicense' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Fingerprint', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AicsOpenApiInvoke' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ServiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Param', 'in' => 'formData', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateEssOptJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Freq', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FIFTEEN_MIN', 'FIVE_MIN', 'ONE_HOUR', 'ONE_DAY'], ], ], [ 'name' => 'Duration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'RunDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeZone', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TopoType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['LOAD_ESS', 'LOAD_ESS_SOLAR'], ], ], [ 'name' => 'SystemData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SystemType' => ['type' => 'string', 'required' => false], 'SystemId' => ['type' => 'string', 'required' => false], 'SystemParams' => ['type' => 'object', 'required' => false], 'HistoryData' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'object', 'required' => false], ], ], ], ], ], [ 'name' => 'ElecPrice', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DataTime' => ['type' => 'string', 'required' => false], 'Price' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'GenPrice', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DataTime' => ['type' => 'string', 'required' => false], 'Price' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'Location', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Altitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Latitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Longitude' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], ], [ 'name' => 'BusinessKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateLoadForecastByFileUrlJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HistoryUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Freq', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FIFTEEN_MIN', 'FIVE_MIN', 'ONE_HOUR', 'ONE_DAY'], ], ], [ 'name' => 'Duration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SystemType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RunDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeZone', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeColumn', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ValueColumn', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ForecastHorizon', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['DAY_AHEAD', 'INTRADAY'], ], ], [ 'name' => 'DataMode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FULL', 'INCREMENTAL'], ], ], ], ], 'CreateLoadForecastJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HistoryData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RunTime' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], 'minItems' => 1, 'maxItems' => 100000, ], ], [ 'name' => 'Freq', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FIFTEEN_MIN', 'FIVE_MIN', 'ONE_HOUR', 'ONE_DAY'], ], ], [ 'name' => 'Duration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SystemType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RunDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeZone', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ForecastHorizon', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['DAY_AHEAD', 'INTRADAY'], ], ], [ 'name' => 'DataMode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FULL', 'INCREMENTAL'], ], ], ], ], 'CreatePowerForecastByFileUrlJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HistoryUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Freq', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FIFTEEN_MIN', 'FIVE_MIN', 'ONE_HOUR', 'ONE_DAY'], ], ], [ 'name' => 'Duration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SystemType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RunDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeZone', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Location', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Altitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Latitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Longitude' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], ], [ 'name' => 'BusinessKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeColumn', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ValueColumn', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ForecastHorizon', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['DAY_AHEAD', 'INTRADAY'], ], ], [ 'name' => 'DataMode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FULL', 'INCREMENTAL'], ], ], ], ], 'CreatePowerForecastJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HistoryData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RunTime' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], 'minItems' => 1, 'maxItems' => 100000, ], ], [ 'name' => 'Freq', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FIFTEEN_MIN', 'FIVE_MIN', 'ONE_HOUR', 'ONE_DAY'], ], ], [ 'name' => 'Duration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SystemType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RunDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeZone', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Location', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Altitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Latitude' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Longitude' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], ], [ 'name' => 'BusinessKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ForecastHorizon', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['DAY_AHEAD', 'INTRADAY'], ], ], [ 'name' => 'DataMode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['FULL', 'INCREMENTAL'], ], ], ], ], 'GetAivppAlgoJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetLicense' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'InstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAivppResources' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'CurrentPage', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'InstanceType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['API', 'DATA'], ], ], ], ], 'ListLicenses' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CurrentPage', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'QueryStr', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListUserResources' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateLicenseDescription' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'brain-industrial.cn-hangzhou.aliyuncs.com', 'endpoint' => 'brain-industrial.cn-hangzhou.aliyuncs.com', 'vpc' => 'brain-industrial-vpc.cn-hangzhou.aliyuncs.com'], ], ];