List Resources
GET/projects/resources
List Resources
Request
Query Parameters
The requested API version
1.0
Responses
- 200
- 400
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
nullable
metadata
object
location
object
project
object
category
object
typology
object
status
object
disableStatusInfo
object
previousStatus
object
properties
object
linkedResources
object[]
nullable
billingPlan
object
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"location": {
"code": "string",
"country": "string",
"city": "string",
"name": "string",
"value": "string"
},
"project": {
"id": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"disableStatusInfo": {
"isDisabled": true,
"reasons": [
"string"
],
"previousStatus": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
}
}
},
"properties": {
"linkedResources": [
{
"uri": "string",
"strictCorrelation": true
}
],
"billingPlan": {
"billingPeriod": "string"
}
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
nullable
metadata
object
location
object
project
object
category
object
typology
object
status
object
disableStatusInfo
object
previousStatus
object
properties
object
linkedResources
object[]
nullable
billingPlan
object
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"location": {
"code": "string",
"country": "string",
"city": "string",
"name": "string",
"value": "string"
},
"project": {
"id": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"disableStatusInfo": {
"isDisabled": true,
"reasons": [
"string"
],
"previousStatus": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
}
}
},
"properties": {
"linkedResources": [
{
"uri": "string",
"strictCorrelation": true
}
],
"billingPlan": {
"billingPeriod": "string"
}
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
nullable
metadata
object
location
object
project
object
category
object
typology
object
status
object
disableStatusInfo
object
previousStatus
object
properties
object
linkedResources
object[]
nullable
billingPlan
object
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"location": {
"code": "string",
"country": "string",
"city": "string",
"name": "string",
"value": "string"
},
"project": {
"id": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"disableStatusInfo": {
"isDisabled": true,
"reasons": [
"string"
],
"previousStatus": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
}
}
},
"properties": {
"linkedResources": [
{
"uri": "string",
"strictCorrelation": true
}
],
"billingPlan": {
"billingPeriod": "string"
}
}
}
]
}
Bad Request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Server Error