@Path(value="/o365-job-sessions")
@Consumes(value="application/json")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface O365JobSessionResource
Modifier and Type | Method and Description |
---|---|
O365JobSessionResponse |
getJobSessionByUuid(String uuid)
Get an Office 365 VBO Job Session given its UUID.
|
O365JobSessionLogItemSetResponse |
getJobSessionLogItemsFor(String uuid)
Get an Office 365 Job Session log items given the job session UUID.
|
@GET @Path(value="/{uuid}") O365JobSessionResponse getJobSessionByUuid(@PathParam(value="uuid") String uuid)
uuid
- The Office 365 VBO Job Session UUIDO365JobSessionResponse
instance@GET @Path(value="/{uuid}/log-items") O365JobSessionLogItemSetResponse getJobSessionLogItemsFor(@PathParam(value="uuid") String uuid)
uuid
- The Office 365 VBO Job Session UUIDO365JobSessionLogItemSetResponse
instanceCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.