Lesen einer Installation
Ruft Installationen basierend auf der Installations-ID ab.
Anforderung
Methode | Anforderungs-URI | HTTP-Version |
---|---|---|
GET | https://{namespace}.servicebus.windows.net/{NotificationHub}/installations/{id}?api-version=2015-01 |
HTTP/1.1 |
Anforderungsheader
In der folgenden Tabelle werden erforderliche und optionale Anforderungsheader beschrieben.
Anforderungsheader | BESCHREIBUNG |
---|---|
Content-Type | Anwendung/json |
Authorization | SAS-Token generiert, wie unter Shared Access Signature Authentication with Service Bus angegeben. |
x-ms-version | 2015-01 |
Anforderungstext
Keine
Antwort
Die Antwort enthält den HTTP-Statuscode und einen Satz von Antwortheadern.
Antwortcodes
Code | BESCHREIBUNG |
---|---|
200 | Die Installation wurde erfolgreich abgerufen. |
400 | Die Installation konnte nicht abgerufen werden, da die Anforderung fehlerhaft war. |
401 | Autorisierungsfehler Der Zugriffsschlüssel war falsch. |
403 | Kontingent überschritten; Anforderung wird abgelehnt, weil die Registrierungsvorgänge zu hoch sind. |
404 | Installation nicht gefunden. |
Informationen zu status Codes finden Sie unter Status- und Fehlercodes.
Antwortheader
Antwortheader | BESCHREIBUNG |
---|---|
Inhaltstyp | Anwendung/json |
Content-Location | Der Speicherort der Installation im Format: https://{namespace}.servicebus.windows.net/{NotificationHub}/installations/<installationId> |
Antworttext
Nach erfolgreicher Ausführung wird ein JSON-Dokument für die Installation zurückgegeben. Das Json-Format folgt dem Format, das unter Erstellen oder Überschreiben einer Installation gezeigt wird.
Weitere Informationen
Erstellen oder Überschreiben der Installation
Installation aktualisieren
Installation löschen