|
1 | 1 | <Data> |
| 2 | + <script/> |
2 | 3 | <Contract> |
3 | 4 | <NotificationPayloadTypes> |
4 | 5 | <NotificationPayloadType> |
|
4420 | 4421 | <Request Action="DELETE" HttpVerb="DELETE" IncludeIdInPath="true" Resource="FOLDER" ResourceType="NON_SINGLETON"> |
4421 | 4422 | <OptionalQueryParams/> |
4422 | 4423 | <RequiredQueryParams> |
4423 | | - <Param Name="BucketId" Type="java.util.UUID"/> |
| 4424 | + <Param Name="BucketId" Type="java.lang.String"/> |
4424 | 4425 | <Param Name="Recursive" Type="void"/> |
4425 | 4426 | </RequiredQueryParams> |
4426 | 4427 | </Request> |
|
4438 | 4439 | </ResponseTypes> |
4439 | 4440 | </ResponseCode> |
4440 | 4441 | </ResponseCodes> |
4441 | | - <Version>1.DCC71D6527639A19725050B37CB780DE</Version> |
| 4442 | + <Version>1.D65C68901F23BADFA697712B7F496D8B</Version> |
4442 | 4443 | </RequestHandler> |
4443 | 4444 | <RequestHandler Classification="spectrads3" Name="com.spectralogic.s3.server.handler.reqhandler.spectrads3.object.GetBlobPersistenceRequestHandler"> |
4444 | 4445 | <Request Action="LIST" HttpVerb="GET" IncludeIdInPath="false" Resource="BLOB_PERSISTENCE" ResourceType="NON_SINGLETON"> |
|
5297 | 5298 | <ResponseType Type="com.spectralogic.s3.common.dao.domain.ds3.StorageDomainMember"/> |
5298 | 5299 | </ResponseTypes> |
5299 | 5300 | </ResponseCode> |
| 5301 | + <ResponseCode> |
| 5302 | + <Code>400</Code> |
| 5303 | + <ResponseTypes> |
| 5304 | + <ResponseType Type="com.spectralogic.s3.server.domain.HttpErrorResultApiBean"/> |
| 5305 | + </ResponseTypes> |
| 5306 | + </ResponseCode> |
5300 | 5307 | </ResponseCodes> |
5301 | 5308 | <Version>1.E05E227E544680F0B4BB26DE70617352</Version> |
5302 | 5309 | </RequestHandler> |
|
7928 | 7935 | <Request Action="CREATE" HttpVerb="POST" IncludeIdInPath="false" Resource="USER" ResourceType="NON_SINGLETON"> |
7929 | 7936 | <OptionalQueryParams> |
7930 | 7937 | <Param Name="Id" Type="java.util.UUID"/> |
| 7938 | + <Param Name="MaxBuckets" Type="int"/> |
7931 | 7939 | <Param Name="SecretKey" Type="java.lang.String"/> |
7932 | 7940 | </OptionalQueryParams> |
7933 | 7941 | <RequiredQueryParams> |
|
7954 | 7962 | </ResponseTypes> |
7955 | 7963 | </ResponseCode> |
7956 | 7964 | </ResponseCodes> |
7957 | | - <Version>1.6BCFED905208FF2C3021E49E1113053C</Version> |
| 7965 | + <Version>1.FDB6B21613281BC2D3D643F130FF943C</Version> |
7958 | 7966 | </RequestHandler> |
7959 | 7967 | <RequestHandler Classification="spectrads3" Name="com.spectralogic.s3.server.handler.reqhandler.spectrads3.user.DelegateDeleteUserRequestHandler"> |
7960 | 7968 | <Request Action="DELETE" HttpVerb="DELETE" IncludeIdInPath="true" Resource="USER" ResourceType="NON_SINGLETON"> |
|
9268 | 9276 | <Annotations> |
9269 | 9277 | <Annotation Name="com.spectralogic.util.bean.lang.DefaultIntegerValue"> |
9270 | 9278 | <AnnotationElements> |
9271 | | - <AnnotationElement Name="Value" Value="2147483647" ValueType="java.lang.Integer"/> |
| 9279 | + <AnnotationElement Name="Value" Value="1000" ValueType="java.lang.Integer"/> |
9272 | 9280 | </AnnotationElements> |
9273 | 9281 | </Annotation> |
9274 | 9282 | </Annotations> |
|
15178 | 15186 | </Type> |
15179 | 15187 | <Type Name="com.spectralogic.s3.common.platform.notification.domain.payload.JobCreationFailedNotificationPayload"> |
15180 | 15188 | <Elements> |
| 15189 | + <Element Name="ErrorMessage" Type="java.lang.String"> |
| 15190 | + <Annotations> |
| 15191 | + <Annotation Name="com.spectralogic.util.bean.lang.Optional"> |
| 15192 | + <AnnotationElements/> |
| 15193 | + </Annotation> |
| 15194 | + </Annotations> |
| 15195 | + </Element> |
15181 | 15196 | <Element Name="NotificationGenerationDate" Type="java.util.Date"> |
15182 | 15197 | <Annotations/> |
15183 | 15198 | </Element> |
|
15763 | 15778 | <Element Name="Message" Type="java.lang.String"> |
15764 | 15779 | <Annotations/> |
15765 | 15780 | </Element> |
| 15781 | + <Element Name="VersionId" Type="java.util.UUID"> |
| 15782 | + <Annotations> |
| 15783 | + <Annotation Name="com.spectralogic.util.bean.lang.Optional"> |
| 15784 | + <AnnotationElements/> |
| 15785 | + </Annotation> |
| 15786 | + <Annotation Name="com.spectralogic.util.marshal.ExcludeFromMarshaler"> |
| 15787 | + <AnnotationElements> |
| 15788 | + <AnnotationElement Name="Value" Value="VALUE_IS_NULL" ValueType="com.spectralogic.util.marshal.ExcludeFromMarshaler$When"/> |
| 15789 | + </AnnotationElements> |
| 15790 | + </Annotation> |
| 15791 | + </Annotations> |
| 15792 | + </Element> |
15766 | 15793 | </Elements> |
15767 | 15794 | </Type> |
15768 | 15795 | <Type Name="com.spectralogic.s3.server.domain.DeleteResultApiBean" NameToMarshal="DeleteResult"> |
|
16535 | 16562 | <Element Name="Key" Type="java.lang.String"> |
16536 | 16563 | <Annotations/> |
16537 | 16564 | </Element> |
| 16565 | + <Element Name="VersionId" Type="java.util.UUID"> |
| 16566 | + <Annotations> |
| 16567 | + <Annotation Name="com.spectralogic.util.bean.lang.Optional"> |
| 16568 | + <AnnotationElements/> |
| 16569 | + </Annotation> |
| 16570 | + <Annotation Name="com.spectralogic.util.marshal.ExcludeFromMarshaler"> |
| 16571 | + <AnnotationElements> |
| 16572 | + <AnnotationElement Name="Value" Value="VALUE_IS_NULL" ValueType="com.spectralogic.util.marshal.ExcludeFromMarshaler$When"/> |
| 16573 | + </AnnotationElements> |
| 16574 | + </Annotation> |
| 16575 | + </Annotations> |
| 16576 | + </Element> |
16538 | 16577 | </Elements> |
16539 | 16578 | </Type> |
16540 | 16579 | <Type Name="com.spectralogic.s3.server.domain.UserApiBean"> |
|
0 commit comments