Interface SwaggerO365JobSessionResource
@Path("/o365-job-sessions")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface SwaggerO365JobSessionResource
-
Method Summary
Modifier and TypeMethodDescriptiongetJobSessionByUuid(String uuid) Get an Office 365 VBO Job Session given its UUID.Get an Office 365 Job Session log items given the job session UUID.
-
Method Details
-
getJobSessionByUuid
Get an Office 365 VBO Job Session given its UUID.- Parameters:
uuid- The Office 365 VBO Job Session UUID- Returns:
- a
O365JobSessionResponseinstance
-
getJobSessionLogItemsFor
@GET @Path("/{uuid}/log-items") O365JobSessionLogItemSetResponse getJobSessionLogItemsFor(@PathParam("uuid") String uuid) Get an Office 365 Job Session log items given the job session UUID.- Parameters:
uuid- The Office 365 VBO Job Session UUID- Returns:
- a
O365JobSessionLogItemSetResponseinstance
-