GetMeteringData
get
https://{host}:{port}/{basePath}/MeteringData/getMeteringData
Request
Query Parameters
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : schema
Type:
Show Source
array-
Array of:
object MeteringData
oracle.doceng.json.BetterJsonNull@220f6a3c
Nested Schema : MeteringData
Type:
objectoracle.doceng.json.BetterJsonNull@220f6a3c
Show Source
-
compartmentId: string
Maximum Length:
64 -
meter: string
Maximum Length:
64 -
mId: string
Maximum Length:
64 -
reported: string
Maximum Length:
64 -
resourceId: string
Maximum Length:
64 -
service: string
Maximum Length:
64 -
tags: string
Maximum Length:
64 -
tenancyId: string
Maximum Length:
64 -
updateTime: string
Maximum Length:
64 -
value: integer
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.