@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api AutomationManagement
@base https://management.azure.com
@version 2017-05-15-preview
@auth OAuth2
@endpoints 2
@toc subscriptions(2)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams
@desc Retrieve a list of sync job streams identified by sync job id.
@required {sourceControlName: any # The source control name., sourceControlSyncJobId: any # The source control sync job id.}
@optional {$filter: any # The filter to apply on the operation.}
@returns(200) OK

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams/{streamId}
@desc Retrieve a sync job stream identified by stream id.
@required {sourceControlName: any # The source control name., sourceControlSyncJobId: any # The source control sync job id., streamId: any # The id of the sync job stream.}
@returns(200) OK

@end
