/deviceManagement/importedWindowsAutopilotDeviceIdentities

Mudunuri, Lohith puneeth varma 5 Reputation points
2024-04-30T14:59:30.0433333+00:00

I'm trying to get the list of importedWindowsAutopilotDeviceIdentities using https://graph.microsoft.com/v1.0/deviceManagement/importedWindowsAutopilotDeviceIdentities on postman.

I'm getting this with 504 Gateway Timeout. I'm getting this from last 3 days before that it work perfectly alright. Any leads to resolve this will be appreciated. Thank you.

{
    "error": {
        "code": "UnknownError",
        "message": "",
        "innerError": {
            "date": "2024-04-30T14:08:42",
            "request-id": "a90deef5-3cbd-44e6-bec6-594f37c1268c",
            "client-request-id": "a90deef5-3cbd-44e6-bec6-594f37c1268c"
        }
    }
}
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,512 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. CharanyaB-MSFT 1,891 Reputation points Microsoft Vendor
    2024-05-31T15:38:23+00:00

    Hello @Mudunuri, Lohith puneeth varma,

    The unknown error is a server-side error, which may be caused by a variety of reasons, such as internal server errors, incorrect API request format, or issues with the requested resources. If the error is sporadic and the request succeeds after retrying, there may be a temporary problem with the server or a transient network problem.

    There is no universal solution to this error, if your request format and access token are correct, then checking your server and retrying would be the first thing you should do.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.