SubmitRegisterDataSourceRequest |
Copy Code |
---|---|
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> <s:Header> <a:Action s:mustUnderstand="1">AIR.Services.DataSourceManagementService.Api/IDataSourceManagementService/SubmitDowngradeDatabases</a:Action> <a:MessageID>urn:uuid:78992b8c-f524-4efd-a06f-45fb48b804ff</a:MessageID> <a:ReplyTo> <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address> </a:ReplyTo> </s:Header> <s:Body> <SubmitDowngradeDatabases xmlns="AIR.Services.DataSourceManagementService.Api"> <request xmlns:d4p1="AIR.Services.DataSourceManagement.Api" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <BusinessUnitSid xmlns="AIR.Services.Common.Api">1</BusinessUnitSid> <LicenseUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</LicenseUid> <Product i:nil="true" xmlns="AIR.Services.Common.Api" /> <RequestUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</RequestUid> <SqlInstanceSid xmlns="AIR.Services.Common.Api">1</SqlInstanceSid> <d4p1:DowngradeDatabasesInfo xmlns:d5p1="AIR.Services.DataSourceManagement.Data"> <d5p1:DowngradeDatabaseInfo> <d5p1:DowngradeableDatabase> <d5p1:Created>2023-06-15T14:12:59.643</d5p1:Created> <d5p1:DataServerName>TouchstoneSQLInstance</d5p1:DataServerName> <d5p1:DataServerSid>1</d5p1:DataServerSid> <d5p1:Description i:nil="true" /> <d5p1:Growth>1048576</d5p1:Growth> <d5p1:GrowthUnit>KB</d5p1:GrowthUnit> <d5p1:LdfFilePath>E:\OnTheFly\amar_test_Log.ldf</d5p1:LdfFilePath> <d5p1:MdfFilePath>E:\OnTheFly\amar_test.mdf</d5p1:MdfFilePath> <d5p1:Name>amar_test</d5p1:Name> <d5p1:Registered>true</d5p1:Registered> <d5p1:Sid>65</d5p1:Sid> <d5p1:Size>1056768</d5p1:Size> <d5p1:Status>ONLINE</d5p1:Status> <d5p1:StatusValue>0</d5p1:StatusValue> <d5p1:Type>EXP</d5p1:Type> <d5p1:Version> 11.0.0</d5p1:Version> </d5p1:DowngradeableDatabase> <d5p1:DowngradedDatabase> <d5p1:Created>0001-01-01T00:00:00</d5p1:Created> <d5p1:DataServerName i:nil="true" /> <d5p1:DataServerSid i:nil="true" /> <d5p1:Description i:nil="true" /> <d5p1:Growth i:nil="true" /> <d5p1:GrowthUnit i:nil="true" /> <d5p1:LdfFilePath i:nil="true" /> <d5p1:MdfFilePath>E:\OnTheFly\test_downgraded_exp.exp</d5p1:MdfFilePath> <d5p1:Name>test_downgraded_exp</d5p1:Name> <d5p1:Registered i:nil="true" /> <d5p1:Sid i:nil="true" /> <d5p1:Size i:nil="true" /> <d5p1:Status i:nil="true" /> <d5p1:StatusValue i:nil="true" /> <d5p1:Type i:nil="true" /> <d5p1:Version i:nil="true" /> </d5p1:DowngradedDatabase> </d5p1:DowngradeDatabaseInfo> </d4p1:DowngradeDatabasesInfo> </request> </SubmitDowngradeDatabases> </s:Body> </s:Envelope> |