Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.92 KB

File metadata and controls

77 lines (55 loc) · 1.92 KB

IVP - Trip Point Management (TPM) (Legacy) - TPM Status

Trip Point Management (TPM) status.

Introduction

Enphase-API is an unofficial project providing an API wrapper and the documentation for Enphase®'s products and services.

More details on the project are available from the project’s homepage.

Request

A HTTP GET to the /ivp/tpm/tpmstatus endpoint provides the following response data.

As of recent Gateway software versions this request requires user authentication and authorisation, see Authentication.

Response

Root

Name Type Values Description

error

String

String

The error that occurred.

informational

String

String

Further details about the error.

Examples

Get Trip Point Management (TPM) Status

GET /ivp/tpm/tpmstatus Response
{"error": "503 - Service Unavailable", "informational": "tpm API no longer supported"}