A project stores information about a CloudFormation Stack and any security findings associated to that stack's resources.
List projects
Returns a list of projects
query Parameters
The list of projects
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
The service has encountered an unexpected internal error. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 500
- 503
{- "projects": [
- {
- "alias": "My Project",
- "cloudAccountID": "012345678912",
- "cloudProvider": "aws",
- "created": "2022-05-13T15:06:53Z",
- "description": "A project",
- "lastModified": "2022-05-13T15:06:53Z",
- "links": [
- {
- "rel": "self"
}
], - "id": "89aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "status": "created",
- "type": "aws-account"
}
], - "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo="
}
Describe a project
Describe a project by id
The project
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
The service has encountered an unexpected internal error. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "alias": "My Project",
- "cloudAccountID": "012345678912",
- "cloudProvider": "aws",
- "created": "2022-05-13T15:06:53Z",
- "description": "A project",
- "lastModified": "2022-05-13T15:06:53Z",
- "links": [
- {
- "rel": "self"
}
], - "id": "89aa5c20-b23b-4db1-ab7f-93bd96d46e8f",
- "status": "created",
- "type": "aws-account"
}