Retrieves the specified service
Example response
{- "service": {
- "account": "sample_account",
- "identifier": "example_service",
- "org": "sample_organization",
- "project": "sample_project",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}, - "created": 1234567890,
- "updated": 1234567890
}
Updates the specified service
Update Service request body
Example response
{- "identifier": "example_service",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}
{- "service": {
- "account": "sample_account",
- "identifier": "example_service",
- "org": "sample_organization",
- "project": "sample_project",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}, - "created": 1234567890,
- "updated": 1234567890
}
Deletes the requested service.
Example response
{- "service": {
- "account": "sample_account",
- "identifier": "example_service",
- "org": "sample_organization",
- "project": "sample_project",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}, - "created": 1234567890,
- "updated": 1234567890
}
Returns a list of the services for which you have view permissions in the given project.
Example response
[- {
- "service": {
- "account": "sample_account",
- "identifier": "example_service",
- "org": "sample_organization",
- "project": "sample_project",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}, - "created": 1234567890,
- "updated": 1234567890
}
]
Creates a service
Create Service request body
Example response
{- "identifier": "example_service",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}
{- "service": {
- "account": "sample_account",
- "identifier": "example_service",
- "org": "sample_organization",
- "project": "sample_project",
- "name": "Example_service",
- "description": "This is a example service",
- "tags": {
- "example-tag-1": "example-tag-1-value",
- "example-tag-2": "example-tag-2-value"
}, - "yaml": "service:\n name: \"Example_service\"\n identifier: \"example_service\"\n tags: {}\n"
}, - "created": 1234567890,
- "updated": 1234567890
}