@@ -65,46 +65,46 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
65
65
The output shows the status Pending when the request is created but processing has not been started.
66
66
67
67
` ` ` yaml
68
- Id : 0e923e2c-af0e-4b7a-be5a-906be8c
69
- CreatedAt : 6/24/2024 9:26:44 PM
70
-
71
- Status : Pending
68
+ Id : 0e923e2c-af0e-4b7a-be5a-906be8c
69
+ CreatedAt : 6/24/2024 9:26:44 PM
70
+
71
+ Status : Pending
72
72
DownloadLinkExpiry : null
73
- DownloadLink : null
73
+ DownloadLink : null
74
74
` ` `
75
75
76
76
### InProgress
77
77
The output shows the status InProgress when the request is being processed.
78
78
79
79
` ` ` yaml
80
- Id : 0e923e2c-af0e-4b7a-be5a-906be8c
81
- CreatedAt : 6/24/2024 9:26:44 PM
82
-
83
- Status : InProgress
80
+ Id : 0e923e2c-af0e-4b7a-be5a-906be8c
81
+ CreatedAt : 6/24/2024 9:26:44 PM
82
+
83
+ Status : InProgress
84
84
DownloadLinkExpiry : null
85
- DownloadLink : null
85
+ DownloadLink : null
86
86
` ` `
87
87
88
88
### Success
89
89
The output shows the status Success with download link and expiry date for the link when the request is completed successfully.
90
90
91
91
` ` ` yaml
92
- Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
93
- CreatedAt : 6/24/2024 9:16:44 PM
94
-
95
- Status : Success
92
+ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
93
+ CreatedAt : 6/24/2024 9:16:44 PM
94
+
95
+ Status : Success
96
96
DownloadLinkExpiry : 6/24/2024 10:17:29 PM
97
- DownloadLink : https://<downloadLink>
97
+ DownloadLink : https://<downloadLink>
98
98
` ` `
99
99
100
100
### Failure
101
101
The output shows the status Success with download link and expiry date for the link when the request is completed successfully.
102
102
103
103
` ` ` yaml
104
- Id : 0e923d2c-ab0e-4b7a-bg5a-906be8c
105
- CreatedAt : 6/24/2024 9:36:44 PM
106
-
107
- Status : Failure
104
+ Id : 0e923d2c-ab0e-4b7a-bg5a-906be8c
105
+ CreatedAt : 6/24/2024 9:36:44 PM
106
+
107
+ Status : Failure
108
108
ErrorMessage : <Error message related to failure>
109
109
` ` `
110
110
0 commit comments