Get outputs for a resource of an environment that belongs to a project.
Get outputs for a resource.
Get outputs for a resource of an environment that belongs to a project.
Path Parameters
Query Parameters
- 200
- 400
- 401
- 403
- 404
- 408
- 409
- 415
- 422
- 429
- 500
- 503
OK
Schema
- Array [
- ]
schema object
discriminator object
mapping object
externalDocs object
xml object
[
{
"name": "string",
"schema": {
"allOf": [
{}
],
"allowEmptyValue": true,
"anyOf": [
{}
],
"default": {},
"deprecated": true,
"description": "string",
"discriminator": {
"mapping": {},
"propertyName": "string"
},
"enum": [
{}
],
"example": {},
"exclusiveMaximum": true,
"exclusiveMinimum": true,
"externalDocs": {
"description": "string",
"url": "string"
},
"format": "string",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": 0,
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": 0,
"multipleOf": 0,
"nullable": true,
"oneOf": [
{}
],
"pattern": "string",
"properties": {},
"readOnly": true,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": true,
"writeOnly": true,
"xml": {
"attribute": true,
"name": "string",
"namespace": "string",
"prefix": "string",
"wrapped": true
}
},
"value": "string"
}
]
Bad Request
Schema
Default value: 400
Default value: Bad Request
{
"message": "string",
"status": 400,
"statusText": "Bad Request"
}
Unauthorized
Schema
Default value: 401
Default value: Unauthorized
{
"message": "string",
"status": 401,
"statusText": "Unauthorized"
}
Forbidden
Schema
Default value: 403
Default value: Forbidden
{
"message": "string",
"status": 403,
"statusText": "Forbidden"
}
Not Found
Schema
Default value: 404
Default value: Not Found
{
"message": "string",
"status": 404,
"statusText": "Not Found"
}
Request Timeout
Schema
Default value: 408
Default value: Request Timeout
{
"message": "string",
"status": 408,
"statusText": "Request Timeout"
}
Conflict
Schema
Default value: 409
Default value: Conflict
{
"message": "string",
"status": 409,
"statusText": "Conflict"
}
Unsupported Media Type
Schema
Default value: 415
Default value: Unsupported Media Type
{
"message": "string",
"status": 415,
"statusText": "Unsupported Media Type"
}
Unprocessable Entity
Schema
Default value: 422
Default value: Unprocessable Entity
{
"message": "string",
"status": 422,
"statusText": "Unprocessable Entity"
}
Too Many Requests
Schema
Default value: 429
Default value: Too Many Requests
{
"message": "string",
"status": 429,
"statusText": "Too Many Requests"
}
Internal Server Error
Schema
Default value: 500
Default value: Internal Server Error
{
"message": "string",
"status": 500,
"statusText": "Internal Server Error"
}
Service Unavailable
Schema
Default value: 503
Default value: Service Unavailable
{
"message": "string",
"status": 503,
"statusText": "Service Unavailable"
}