Returns a JSON array of unregistered packages.
None.
None.
None.
If the call is successful, the service will return a JSON array containing information about the unregistered packages on the console. Each entry in the array will contain the following members.
| Member | Description |
|---|---|
| PackageFullName | Name of the app. |
| DeployType | This should be UnregisteredPackage. |
| DeployDrive | The drive where the package resides. |
| DeploySizeInBytes | The size of the package. |
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The operation was successful. |
| 500 | A server error occurred. |