This is the multi-page printable view of this section. Click here to print.
Get Service Request List
- 1: 1.0
1 - 1.0
get /v1/service-requests
Description
None
State ACTIVE (CURRENT)
| Version | Supported Until |
|---|---|
| 1.0 | - |
Parameters
| Type | Name | Description | Schema | Default |
|---|---|---|---|---|
| query | size optional | size Example : 20 | any of [integer, null] | 20 |
| query | page optional | page Example : 0 | any of [integer, null] | 0 |
| query | sort optional | sort Example : created_at:desc | any of [string, null] | None |
| query | filter_operation_type_ids optional | 2010571da2f7458e97c3b881b2362b72,1h6q5kqt42f7458e97c3b881b2311utn Example : e8fea87728164808860ad81c6ce779b6 | string | None |
| query | filter_service_item_ids optional | service item id list Example : VIRTUAL_SERVER,LOAD_BALANCER | string | None |
| query | filter_title optional | title Example : Virtual Server operation related | string | None |
| query | filter_states optional | filter states Example : REQUESTING,CLOSED | string | None |
| query | from_created_at optional | from created at Example : 2024-07-01T00:00:00Z | any of [string (date-time), null] | None |
| query | to_created_at optional | to created at Example : 2024-07-05T23:59:59Z | any of [string (date-time), null] | None |
| query | operation_type optional | operation type Example : Placement Group Set Up Request | string | None |
| query | service_item_name optional | service item Example : Load Balancer | string | None |
| query | title optional | title Example : Virtual Server operation related | string | None |
| query | state optional | state Example : REQUESTING | string | None |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | OK | ServiceRequestListResponse |
| 400 | Bad Request | None |
| 401 | Unauthorized | None |
| 500 | Internal Server Error | None |
Example HTTP request
Request path
/v1/service-requests
Request header
"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = support 1.0"
Example HTTP response
Response 200
{
"count": 20,
"page": 0,
"service_requests": [
{
"account_id": "2010571da2f7458e97c3b881b2362b72",
"account_name": "dev_project",
"closed_at": "2024-06-27T08:12:57.000000Z",
"contents": "I need assistance with working with Virtual Server.",
"created_at": "2024-06-01T00:12:57.000000Z",
"created_by": "e3bff0c980dc41b2b6f3ac080b6d3ba0",
"created_by_name": "KimSamSung(test@samsung.com)",
"files": [
{
"file_name": "test.txt",
"id": "File-008ccb7ff65244689dacd605fafec92f",
"size": 298426
}
],
"id": "007d8cc7d60c4b26bb5a833b06686db3",
"iops_result": "Processing completed.",
"iops_sr_id": "SR0002834921",
"modified_at": "2024-06-11T00:12:57.000000Z",
"modified_by": "e3bff0c980dc41b2b6f3ac080b6d3ba0",
"operation_type": "Placement Group Set Up Request",
"region": "kr-west1",
"service_category_name": "Networking",
"service_item_name": "Load Balancer",
"state": "ACTIVE",
"template_id": "e8fea87728164808860ad81c6ce779b6",
"title": "Virtual Server operation related"
}
],
"size": 20,
"sort": [
"created_at:asc"
]
}